Background image space

Posted in: Newspaper
Post count: 125

Dear Support,
What can I do to fill the entire white space with my background image.
See pic.
https://www.screencast.com/t/fKVJxnSU
Thanks

Post count: 22421

Hello,

Our theme does not have an adjustable content width for the moment. You can select between a boxed content or stretched row on the whole width of the screen: https://www.screencast.com/t/I0EyxkLFH9t
This is done from the row settings in the page builder.

Thank you!

Post count: 125

Let me rephrase. How can I eliminate or remove the white space that is in between the main menu and image at the top, and the white space between the image and footer at the bottom. I only want to see the image, no white spaces.

See Pix: https://www.screencast.com/t/fKVJxnSU

Thanks

Post count: 20688

Hi,

That would be the page padding top and bottom, like here for example
https://www.screencast.com/t/WItuGiDD
It could be removed with this code, you can try it

.td-main-page-wrap {
padding-top:0;
}
.td-main-content-wrap {
padding-bottom:0;
}

If it is not working or you want something else, please provide a link to the page in question.

Thanks

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