Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #510464

    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?

    #510466

    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

    #510470

    Perfect, thank!

    #510472

    Hi!

    You’re welcome, glad I could help :)

    Please let us know if you ever need any help in the future.

    Cheers!
    Dake

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header Button Isn't Responsive’ is closed to new replies.