Remove space between menu and content

Asked

Viewed 447 times

3

Hello I have a little problem... Let’s say that between the menu and the page contents are with this huge hole...

area verde

And I would very much like to remove it... the worst that has nothing in the code to increase that space ... it’s just there.

1 answer

4


Change the page-Uilder in your css, put the padding 0

.page-builder{
    padding: 0;
}

In the image you posted you can see that the top padding is with 80px

  • 1

    That’s exactly what it was, Wictor, very simple business and me killing myself... always learning vlw msm !

Browser other questions tagged

You are not signed in. Login or sign up in order to post.