Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #19814
    Jopie
    Member

    Hi,

    First of all: I’m loving the theme and all the support you give. It’s great!

    I would like to know two things:

    1. How do I move my site’s header down, so that there’s some additional purple space at the top?

    2. How do I decrease the width of my menu bar, without forcing some of the menu buttons to form a second line?

    This is the website: http://madeby-yvette.nl/

    Thanks so much!

    #19828
    Sakin
    Keymaster

    @Jopie:
    1. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    body { padding-top: 20px; }

    2. For menu, can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {	
    #header-menu { margin: 0 auto; width: 754px; }
    #header-menu .wrapper { width: 754px; }
    #header-menu ul.menu a { padding: 0 0.8em; }
    }
    #19838
    Jopie
    Member

    It all worked perfectly!
    Thanks so much.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Move header & decrease width of menu bar’ is closed to new replies.