Site logo

Archived topic

White space between primary navigation and fist section

3 replies · Started by anabella on April 24, 2019

Viewing posts 1–4 of 4

Hi, I have a white space just after my primary navigation (so, between the primary navigation and the first section) and I can´t figure out where it´s coming from.

Could you please let me know which CSS I should use to delete this space?

Hi there,

try this:

.entry-content {
    margin-top: 0;
}

It worked! Thanks a lot David :)

You're welcome

This archived topic is closed to new replies.