Opened 2 years ago
Closed 2 years ago
#7115 closed defect (bug) (duplicate)
Container spacing should be proper in mobile view.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Developer Hub | Keywords: | has-screenshots has-patch |
| Cc: |
Description
In themes page container left spacing should be proper in mobile view.
Reference URL: https://developer.wordpress.org/themes/
Image Link: https://drive.google.com/file/d/13GTzwcI_NWDaWBRmsSDO6HFZ6Gkk_DoW/view?pli=1
Attachments (1)
Note: See
TracTickets for help on using
tickets.
CSS to fix these issues
@media (max-width: 876px) { .single-handbook #content { margin-left: 0 !important; width: 100%; background-color: #fff; } }