#6886 closed defect (bug) (duplicate)
Spacing issue on mobile devices.
| Reported by: | baroliyamayur | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Developer Hub | Keywords: | needs-patch has-screenshots |
| Cc: |
Description
Spacing issue on mobile devices.
Page URL:- https://developer.wordpress.org/themes/
Issue Screenshot:- https://share.cleanshot.com/rkMF0g8lgKcrJpYtYXHk
Change History (6)
#4
@
3 years ago
- Resolution → fixed
- Status new → closed
Thanks for the report! This was fixed in 3b4b913 on GitHub:
Fully remove spacing for left sidebar when sidebar switches to responsive flyout menu.
Props hiteshtalpada, baroliyamayur, bhargav727.
Fixes #276.
Fixes https://meta.trac.wordpress.org/ticket/6886.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
There were issues with the CSS for .single-handbook #content. Please use the CSS below to resolve the issue.
@media screen and (max-width:500px) { .single-handbook #page { background: #fff; } .single-handbook #content { width: 100%; } }See output: https://share.cleanshot.com/jHc4Jc9K0ZmRfmJdtSHF