Remove space between menu and content

3

Hello, I'm having a little problem ... Let's say that between the menu and the contents of the pages are with this huge hole ...

And I would really like to remove it ... the worst that has nothing in the code to increase this space ... it just goes there.

    
asked by anonymous 24.10.2017 / 14:58

1 answer

4

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

.page-builder{
    padding: 0;
}

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

    
24.10.2017 / 15:01