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*

Space above and below logo and menu

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #51657
    Robert
    Participant

    Hello,

    I am currently using Interface PRO and recently updated the logo on my site. After doing so, there is too much space above the logo and below the menu. How can I reduce the white space with the menu (moved down) to be centered vertically and justified right horizontally, in line with the logo? It may be easier to view the site to understand what I mean: https://baskervillelaw.com

    Thank you!

    #51737

    Hi Robert,

    Sorry what are you trying to say?
    Are you trying to move the menu like in this theme https://www.themehorse.com/preview/ultimate-pro/

    Thank you!

    #53123
    lenylucky
    Participant

    How to decrease logo picture padding top and bottom in header to avoid increasing header height.Ultimate Pro version.
    Example

    #53166

    Hi @rob3, @lenylucky

    To reduce the white space go to Go to Appearance > Customize > Interface Theme Options > Custom CSS and paste the below CSS code then click on Save button.

    #site-logo {
        margin-top: 10px;
    }
    #access a {
        padding: 25px 0 0;
        height: 45px;
    }
    #access ul li ul {
        top: 70px;
    }
    .search-toggle {
        margin-top: 25px;
    }
    #search-box {
        top: 70px;
    }

    Thank you!

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