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*

Change Height of primary menu container

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #40463
    chriswieser
    Participant

    Hey folks,

    how do i change the height of container of the primary (horizontal) menu?
    Its a bit too large.

    thanks in advance for your excellent service

    best regards chris

    #40496

    Hi Chriswieser,

    To change the height of the primary menu go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access a {
        height: 45px;
        padding-top: 25px;
    }
    .search-toggle {
        margin-top: 25px;
    }
    #site-logo {
        margin-top: 18px;
    }
    #access ul li ul {
        top: 70px;
    }
    @media only screen and (max-width: 767px) {
        #site-logo {
            margin: 10px 0;
        }
        .menu-toggle {
            margin-top: 17px;
        }
    }

    Thank you!

    #40497
    chriswieser
    Participant

    As always,

    worked like a charme, you r awesome guys!
    Thank you so much!!!

    best regards

    #40498

    Hi chriswieser,

    We have spend lots of time and efforts to develop this theme available free for you.
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/interface
    We really appreciate your rating.

    Thank you!

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