How To Set A fixed Width For Mesocolumn 1.6.5.1
-
To set a fixed width for Mesocolumn all you have to do is edit the style.css file and add the number of px wide you want it to be. The code you want to edit is listed below.
@media only screen and (min-width:1440px) { footer .innerwrap, #bodywrap, .innerwrap-custom-header {margin: 0px auto; padding: 0px; <strong>max-width: 1100px</strong>; width: auto;} #header .innerwrap {max-width: 100%;} #custom-img-header img {width: 100%; height: auto; float: left;} }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How To Set A fixed Width For Mesocolumn 1.6.5.1’ is closed to new replies.