• Resolved morsk303

    (@morsk303)


    Hi guys,

    Thanks your for a nice plugin.
    I just have minor problem: when I click the link to activate the modal popup my header (logo and menu items) jumps a bit to the right (moves back at closing).

    Any clues?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ruslan Suhar

    (@rsukhar)

    Hey morsk303,

    When a popup is being opened, it adds “cloverlay_fixed” class to html which forces the usual scrollbar to hide. If your theme has a header with fixed position, to avoid this kind of glitches you will need to add a custom css like this:

    .cloverlay_fixed .l-header {
        overflow-y: scroll;
    }

    where “.l-header” should be valid selector for your header, whatever it is.

    Please let me know, if this helped!

    Thread Starter morsk303

    (@morsk303)

    Thanks for explaining, I now understand the problem. Unfortunately I’m unable to get the provided css to work on the proper selector. Not sure why, maybe it has to do with the theme (Siteorigin North) and that the sticky menu is activated there.

    Thanks anyway!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Modal popup bug’ is closed to new replies.