Removing space between navigation menu and the text on the website

Hello!

I'm running into a problem with my site (www.messydogkato.com). I've tried changing all the "padding" code that I can find, but it doesn't change the section I'm looking to change. Currently, there is a large gap between the navigation menu and where the content on the page actually begins that I am looking to change. 

image

Any ideas would be much appreciated! I did try adding 

<style>
.no-header-page .main-wrap
{
padding-top:0px !important;
}
</style> 

to the header code as well without any changes. 

Alex

374 Views
Message 1 of 2
Report
1 REPLY 1

You'll probably want to add .container to the list of selectors, @AlexandriaO, although if you do that you might want to change it from 0px to something like 10px so there's still a little bit of padding.

368 Views
Message 3 of 2
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.