Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter FGU Nord / Lars

    (@medieskolen)

    Argh …. now I se that my problem is known and not solved 🙁

    Any help for this here ??

    Q: Once the element becomes sticky, it’s not responsive and doesn’t resize when I change the browser size.

    This is a known (and annoying) bug in the plugin that I haven’t been able to solve properly yet. For some sites (when the element does not contain any Javascript interactivity, usually), it sometimes helps to use the plugin in Legacy Mode (see below).

    Thread Starter FGU Nord / Lars

    (@medieskolen)

    Okay … I found a solution without using this plugin … using a bit of CSS instead.

    Note: I’m using Elementor (free) the Free Astra theme

    .main-header-bar-wrap{
    Position: fixed;
    Width: 100%;
    opacity: 0.96;
    }
    
    .elementor-inner{
    	
    padding-top:90px;
    }

    If your element is supposed to be sticky all the time, and not depending on a scroll action, this solution works great indeed. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘menu not updating when the browser width is changing’ is closed to new replies.