Tagged: header widget
I created a header widget as per your writeup (at http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/) and placed a “Request Demo” button in it. It’s perfect except that when the browser shrinks (for example, for a mobile device), the button goes under the “hamburger” icon. Is there a way to always keep the button visible?
Hi barrystrauss!
Please insert the below css into your custom css section:
@media only screen and (max-width : 320px) {
#header .widget {
left: 73% !important;
}
}
You may adjust the left value as needed.
Cheers!
Dake
Perfect, thank!
Hi!
You’re welcome, glad I could help :)
Please let us know if you ever need any help in the future.
Cheers!
Dake