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*

Fixed non scrolling menu

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30385
    debbie2up
    Participant

    I’m thinking of getting the premium version of Ambition (I already use Ambition a great deal!) but wondered it there is an option for the top menu to be non scrolling – ie to stay at the top of the page when scrolling through content.

    Many thanks!

    Debbie

    #36525

    Hi Debbie2up,

    Go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the following CSS code in the field and Click on Save & Publish button:

    .info-bar {
        position: fixed;
        width: 100%;
        z-index: 100;
    }
    .hgroup-wrap {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        position: fixed;
        top: 34px;
        width: 100%;
        z-index: 100;
    }
    @media only screen and (max-width: 767px) {
    .hgroup-wrap {
        top: 0;
    }
    }

    Thank you!

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