Opened 2 years ago
Last modified 8 months ago
#6648 new enhancement
Unnecessary horizontal scroller on the Mercantile login page
Reported by: | abidhasan112 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | lowest | |
Component: | Swag Store (mercantile.wordpress.org) | Keywords: | needs-patch |
Cc: |
Description
Here is the URL: https://mercantile.wordpress.org/wp-login.php
There is an unnecessary horizontal scroller at the bottom of this page. Here is the screenshot: https://prnt.sc/SEUEL5pHOajX
Change History (4)
#1
@
19 months ago
- Component changed from Login & Authentication to Swag Store (mercantile.wordpress.org)
#3
@
19 months ago
Looking at this, it appears this might not be a bug with the Mercantile theme, but rather something with the Jetpack plugin and it's SSO implementation.
If so, this is likely something that should be reported directly to Jetpack rather than Mercantile.
I would suggest testing against another WordPress site using similar Jetpack settings.
Note: See
TracTickets for help on using
tickets.
In the below code, I change the margin-left value to 0 & it solves this issue.
Previous code
After modifying the code (margin-left)
Changed Code
Now this is working perfectly from my side & there is no other unnecessary horizontal scrollbar here.