• Resolved cyndik

    (@cyndik)


    Just FYI, because your notes make it seem you are aware.

    I chose to make the whole header sticky. Looked beautiful – until I started messing with screen size to emulate different viewing devices. Then, alas, it stayed at minimum width. I tried a little CSS styling in an attempt to nudge it but no luck.

    I’ll probably try some direct CSS instead of the plug-in but really appreciated how easy you tried to make it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • @cyndik could you please send some screenshots or something like that in order to see the issue? Or maybe a link to your production website in order to check what’s happening.

    • This reply was modified 4 years, 6 months ago by Manuel Rocha.
    Plugin Author Alexandru Tapuleasa

    (@talextech)

    Hi ??,

    We have managed to reproduce the issue and we will fix in the next update.

    But it only shows up when you make the page wider after the initial load.
    When you load the page it shows up correctly regardless of the window size.

    So hopefully it won’t cause that many issues in the meantime ??

    I had the same problem, I managed to solve it by adding the following code in jQuery:

    jQuery(window).on(‘resize’, function(){
    jQuery(“#THE-ID-OF-YOUR-STICKY-MENU”).css(‘width’, ‘100%’);
    });

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Doesn’t handle responsive well’ is closed to new replies.