badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

How do I narrow the height of the Navigation area?

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13148
    Carol
    Participant

    Can you help me with the code necessary to change the height of my menu/nav. area? Also I would like to make the Menu display on one line vs. two. Any help will be appreciated.
    http://www.waterwellcontractor.com

    Thank You – Carol

    #13186

    Hi Carol,

    To change the height of my menu/nav. area and display Menu on one line vs. two Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access a {
        height: 40px;
        padding: 20px 0 0;
    }
    #access ul li ul {
        top: 60px;
    }
    #search-box {
        top: 60px;
    }
    .search-toggle {
        margin-top: 22px;
    }
    .menu-toggle {
        margin-top: 25px;
    }
    .hgroup-right {
        float: none;
        padding-right: 0;
    }

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.