background colour

Posted in: Newspaper
Post count: 8

Hi, I changed the background colour and the site became boxed. how can I change the white colour around the block to the background colour, as well as increase the width of the Topbar so that its not boxed http://www.somethingpoppedup.com

Post count: 20688

Hi,

For the white color around the blocks enter this code in Theme panel->Custom Css

.td-main-page-wrap {
background-color: #efefef;
}

Result – https://www.screencast.com/t/Tb9Xjnawi325
The top menu inherits the width of the container when the site is boxed and it would be dificult to make it full width.

Thanks

Post count: 8

Hi Simion,
Thanks with the background.It worked

For extending the width of the top bar can I use the code
.td-boxed-layout #td-outer-wrap {
margin-left: auto;
margin-right: auto;
width: 100%;
}
I tried it and the top bar gets extended when I use the code, not sure whether it will create some other issues some where else if I use this code. Just wanted to check with you http://somethingpoppedup.com/
Thanks

Post count: 20688

Hi,

It seems to work just fine, glad you could manage it with excelent result.

Thanks

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