Website-width

Posted in: Newspaper
Post count: 10

Hi there

I need to change the width of the whole page to a maxmimum of 1002px for the reason of ad-implementation. The sidebar-width should be 300px.

Could you help out by defining the CSS?

Thanks in advance and regards

six

Post count: 1291

Hi,

You could start with this css(add it in Theme Panel -> Custom CSS): – http://screencast.com/t/juRt1QwMPs6


@media
(min-width: 1200px){
.td-main-content-wrap .td-container {
width: 1302px;
}
.td-main-content-wrap .td-main-content {
width: 1002px;
}
.td-main-content-wrap .td-pb-span4{
width: 300px;
}}

It will modify the content width on desktop, other adjustments are required for featured images or other elements to make them look right on the new width. If you don’t have experience with css i suggest that you look for a professional to help you with this task.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.