Opened 21 months ago
Closed 10 months ago
#6644 closed defect (bug) (fixed)
Not having a proper spacing at 320px.
Reported by: | himshekhar07 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Component: | WordPress.org Site | Keywords: | needs-patch |
Cc: |
Description
Hero banner text is not looking proper with padding at 320px on the page -
https://wordpress.org/about/
I am adding a video with a solution-
https://share.cleanshot.com/PxlHY1HvT134MMYmlmRR
Solution code-
@media screen and (max-width: 480px){ body.page .entry-header .entry-title{ padding: 0 0.5625rem; }
Attachments (1)
Change History (2)
#1
@
10 months ago
- Priority changed from normal to low
- Resolution set to fixed
- Status changed from new to closed
Thanks for the report! It was definitely valid at the time, but the page in question has been completed revamped since then. The issue being reported no longer applies to the new version of the page.
Note: See
TracTickets for help on using
tickets.
added patch