Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17381
    darren
    Member

    Hello!

    I’m working on getting Catch Mustang to work with my wordpress installation, and i noticed that on all pages other than the home page, the divider line between the header and the page content seems to be lower than on the home page. On the home page, the divider sits directly behind the main menu, but on other pages, there’s a gap and the divider is below the menu.

    Is there a way i can fix this in CSS? I haven’t been able to find it yet.

    Thanks,

    darren.

    http://decibelguitars.com

    #17384
    Sakin
    Keymaster

    @darren: Catch Mustang theme is design that way. But if you want to change like in homepage then you can add the following CSS in “Appearance => Theme Options => custom CSS” box.

    #header-bg { margin-bottom: 63px; padding-bottom: 0; }
    #access { margin: 0 0 -26px; }
    @media screen and (max-width: 767px) { 
    #header-bg { margin-bottom: 40px; } 
    #access  { margin: 0 0 -17px; padding: 0 10px; }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Header on sub-pages is taller?’ is closed to new replies.