Site logo

Archived topic

padding between navbar and content

3 replies · Started by Petri on August 25, 2021

Viewing posts 1–4 of 4

Hello Support,

On my Homepage I have a slider, there is some white space between the menu-bar and the slider and I can't get rid of this with CSS rules (tried page-id-xx .one-container .site-content classes etc.).
It concerns only the Homepage.

Can you have a look? Thanks.

Hi there,

add this CSS:

.home #content {
    padding-top: 0;
}

That works, thank you David!

You're welcome

This archived topic is closed to new replies.