Homepage Post Fullwidth Instead of Boxed

Posted in: Newspaper
Post count: 5

Hi there, I would like to use the Homepage Post but would prefer if it did not make my homepage appear as a ‘boxed’ layout. So I would like the large header image, but want the rest of the page to be full width so that there is no image background on the left and right. Is there any way to achieve this?

Many thanks!

Post count: 22421

Hello,

Sorry but the homepage post will need the background visible so there cannot be a full width layout with a background. A background immediately means the site will go into boxed mode.

Thanks.

Post count: 5

Hi Bogdan, you appear to be incorrect as I was able to figure it out with a bit of custom CSS. Perhaps you misunderstood my question?

By using the code below I am able to use the homepage post in a full-width layout without it forcing a boxed layout.

.td-boxed-layout .td-container-wrap {
width: 100%;
}
.td-post-template-8 .td-post-header {
width: 100%;
}
.td-post-template-8 .td-post-header-holder {
padding: 20px 98px;
}

Post count: 22421

Hi,

Please make sure you only apply that code to that page alone as it will affect multiple parts of the website otherwise. We usually do not provide width changing codes as it does not work well with our grid system.

Thanks.

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