Popup placement not quite centered
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Popup placement not quite centered’ is closed to new replies.