• I want to make the top of the page more flush. Meaning I want the pages at the top to have less space. At my current project yogapantsfan.com you will see that I have a donate button at top. I want that to be more flush and have a little less space between the header area( grey area) and top to browser. THANKS FOR THE ONGOING SUPPORT HAN!

Viewing 1 replies (of 1 total)
  • First you need to have a place to put your custom CSS. You want to put it in a separate file so when you update the Omega theme it won’t be overwritten.

    The easiest way to do this is with a custom CSS plugin.

    Then under Appearance->Edit CSS copy and paste the following code:

    .omega-nav-menu a {
        padding: 10px 24px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How do I make the top more flush’ is closed to new replies.