Changing frame width on Modular Lite?
-
in Modular Lite is it possible to change the width of the main content frame? I cannot find where the frame width is set anywhere in the custom css. Is it possible to adjust it on the theme css?
My images are set to be be no wider than 640px, if you look at my site, the alignment is set how I want it, I just need to shorten the width of some of the elements that extend too far, but I can’t find any settings in either px or % that adjust these elements.
thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
To adjust the container width in Modularity Lite, try this:
.container { width: 740px; } -
You should also adjust the content area like this so that content doesn’t expand out of the other container:
.span-24, div.span-24 { width: 640px; } -
-
- The topic ‘Changing frame width on Modular Lite?’ is closed to new replies.