Opened 4 years ago
Closed 3 years ago
#6644 closed defect (bug) (fixed)
Not having a proper spacing at 320px.
| Reported by: | himshekhar07 | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| 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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
added patch