Post page and sidebar backgground

Posted in: Newspaper
Post count: 12

Dear Staff,

I want to set the background on my website as it is on updater.it. With the right amount of padding on all sides and with no spacing between post content and sidebar.

I’ve tried using this css that i found on this forum:

.td-container{
background-color: wheat;
}

but this also takes over portions of the menu and of the footer.

Thank you in advance,

Beikeni

  • This topic was modified 10 years by beikeni.
Post count: 22421

Hi,
You can set a background on your site from the theme panel: https://forum.tagdiv.com/background-introduction/
If this is not what you want, please provide an example of how you want the background and I will try to provide a css code if it can be done.
Thank you!

Post count: 12

Hi Bogdan, thanks for your reply,

I would like to recreate the kind of background present on this website.

http://www.updater.it

Thanks!

Post count: 22421

Hi,

The side you mentioned uses this code for the background:
.wpb_column.vc_column_container.td-pb-span8 {
background-color: #f5f4f4;
}
.vc_column_container.td-pb-span4{
background-color: #f5f4f4;
}

But this will not work properly if you have a big grid or a sticky sidebar though.

Thank you!

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