Make header push background down

Posted in: Newspaper
Post count: 110

I’m adjusting the size of the site for a background ad template. This background is put in place using the theme’s background image feature.

Right now the header is resting ‘on top’ of the background, instead of the background starting at the very bottom of the header. How can I adjust this so the background ‘starts’ at the bottom of the header, instead of at the very top of the browser viewport? I need to create some kind of offset.

Visual explanation: https://imgur.com/a/rq2DhsA

Post count: 27744

Hello,

This can be made only using CSS, so please provide the link.

Thank you!

Post count: 110

This needs to happen on every page, but here is the front page where it is happening as one example: https://roadtovrcom.wpcomstaging.com/

Post count: 27744

Hello,

Please try to use this custom code
body {
background-position: center 60px;
}

Set the code in Theme Panel ->Custom code -> Custom CSS

Thank you!

Post count: 110

This worked, thank you!

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