Opened 17 months ago
Closed 14 months ago
#7254 closed defect (bug) (duplicate)
text overlapping on the content in the mobile responsive view
Reported by: | akureshi | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Handbooks | Keywords: | has-screenshots has-patch |
Cc: |
Description
text overlapping on the content in the mobile responsive view from Display Size = 320px to 492px
page Link = https://make.wordpress.org/community/handbook/community-deputy/
Attachments (2)
Change History (5)
#2
@
14 months ago
I am not able to produce the issue but yes we can add some space to make it look good
Before: https://drive.google.com/file/d/1gKPVK5l-jKmNd0H3aMqudIzhQROxkg_I/view?usp=sharing
After: https://drive.google.com/file/d/1MAie9BQBErJnkKVQNSlwJyrv0VAEnxTx/view?usp=sharing
Note: See
TracTickets for help on using
tickets.
Patch Added Change the style.css?ver=1687234223 to
@media (max-width: 876px) .single-handbook .handbook-name-container ~ .handbook-breadcrumbs {
top: 11rem;
}