October 12, 2015 at 6:08 am
#36525
Theme Horse Support Team
Keymaster
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!