Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21094
    corvette
    Member

    Hi,
    How can I adjust the unnecessary spacing on my header?
    http://www.cyberswag.com/

    #21114
    Sakin
    Keymaster

    @corvette: It’s because you have long menu in your header. You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #site-logo { padding-top: 15px; }
    #hgroup { padding-top: 30px; }
    #header-right { padding-top: 5px; }
    #hgroup-wrap { padding-bottom: 20px; }

    Note: If you want to reduces it more then you can reduce the padding as per your need.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Too much space on header’ is closed to new replies.