Tagged: menu
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
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!