Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #48247
    Peter
    Member

    How can I make my page appear right below my secondary menu, without the white space.

    url
    home-upgrader.com/history

    the yellow marked area
    home-upgrader.com/question_catch.JPG

    #48261
    Sakin
    Keymaster

    @Peter: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #main { padding-top: 0; }

    Also, I see that you have following css in Custom CSS, which you need to change it. So, find the following css:
    .page .entry-title { display: none; }
    and replace it with following:
    .page .entry-header { display: none; }

    #48420
    Peter
    Member

    Solved! Thnx!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘white space below secondary menu’ is closed to new replies.