Opened 4 years ago
Closed 4 years ago
#5400 closed defect (bug) (duplicate)
Design issue on mobile
Reported by: | Laxman Prajapati | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | has-screenshots has-patch |
Cc: |
Description
When I go on the about page (https://wordpress.org/about/) on mobile, I get blank white space on the right side. The screen is not fit on the mobile. I am checking on the mobile "Samsung M30" Android phone.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
I have fixed below the CSS issue and its working properly. Use below CSS:
Note: Need to remove "right: 0;" from this one.
Note: Need to add "right: 10px;left: 10px;" on this one.
Both on "_about.scss" file. But make sure, Need to add this CSS on respective media query.
Please find the attached screenshot for your reference.