Hello,
I want to do right position wider. I need to do instead of 272px 350px.
But whatever value I enter in
and
does not result any change. Displayed values remained the same for 686 and 272.
Should I go elsewhere?
Thank you,
Dragos Popovici
#mega-main-content {
width: 686px;
float: left;
}
#mega-right-wrap {
width: 272px;
float: right;
}