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*

Reply To: Fixed non scrolling menu

#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!