• Resolved efc

    (@eceleste)


    The Hustle popup is not quite centered, which becomes evident when viewed at very narrow media widths (like on a phone). It seems to be offset about 10px to the right, for reasons I cannot determine (maybe a stray space in the HTML markup?).

    This can be resolved with the following CSS, which I suggest the author maybe incorporate into the plugin:

    .hustle-ui.hustle-popup .hustle-popup-content { position: fixed !important; left: 0; right: 0; }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @eceleste

    I hope you’re having a good day!

    I tried to replicate that so I’ve setup a basic popup with all default configuration, on a site using only Twenty Twenty theme. I’ve then checked it on a desktop and my mobile device as well as in Firefox “Responsive view” mode, going down to the screen as narrow as 140 pixels.

    I admit I couldn’t notice that. I believe then that this is related to either specific of the them used on site or to some specific settings of the popup “Appearance”. Or both.

    Could you tell me please:

    – what theme are you using?
    – what Layout is selected for popup (“Appearance” section) and if there are other “non-default settings or custom CSS rules added that might be related to position?

    Best regards,
    Adam

    Thread Starter efc

    (@eceleste)

    Hm, I think you are right, @wpmudev-support8. I just created a new site with Twenty Twenty and I do not see the issue. I _do_ see it in Twenty Twenty on my live site, so I imagine this is some kind of plugin interaction and will have to dig in to debug it. Sorry to bother you with this, it does not appear to be an issue with Hustle.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Popup placement not quite centered’ is closed to new replies.