• if you go to my website and if you scroll down you will see that a secondary menu will appear but its to big because of the logo i think. Is there any way to shorten it with out removing the logo?

    buyingdomain.org

    thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Use the following in Theme Options -> Custom CSS

    .sticky-header #logo-image {
        width: 40px;
        position: relative !important;
        top: -9px !important;
    }
    .sticky-header {
        height: 58px !important;
    }
    body #header.sticky-header .logo-url-text {
        position: fixed !important;
        top: 10px !important;
        height: 0px !important;
        padding: 0px !important;
        margin: 0px !important;
    }

    This is how it will look like.
    https://image.prntscr.com/image/10bdbcad990147e38e580a2f3d609add.png

    Thank you

    Thread Starter mcloud00

    (@mcloud00)

    i used the code worked except for two problems the tile next to the domain is on the home link in the menu and the search button is under the menu.

    Hi,

    Please post a mockup as to how you what it to look like.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘is there any way to shorten the secondary menu?’ is closed to new replies.