Hi,
I'd like a lot of my pages to be wider .How do I achieve this ? EG: I'd like to double the width of the contact us page. Thanks.
Increase width of conact page
2 posts from 2 voices-
Posted 1 year ago #
-
Hey,
it's not easily possible to change the width of the elements because the layout is optimized for the current widths and changes can cause flaws/display errors. Basically you can change the content area width with following code in css/custom.css (increase all 3 values):
.content .box { min-width: 430px; width: 430px; } #top .sidebar2.sidebar_absolute { left: 712px; }Posted 1 year ago #
Reply
You must log in to post.














