AlexandriaO
01-06-2020
10:03 AM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.
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
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
1 REPLY 1
BJ5
01-06-2020
12:19 PM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report