Opened 21 months ago
Closed 7 months ago
#8885 closed defect (bug) (wontfix)
Content formatting issue on Contact page
Reported by: | patelhitesh | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | BuddyPress.org Sites | Priority: | normal |
Severity: | normal | Version: | |
Component: | BuddyPress.org Sites | Keywords: | needs-patch needs-design-feedback has-screenshots |
Cc: |
Description
Please check the below URL:
https://buddypress.org/contact/
When we inspect the page at the width 425px wide. Support and Security paragraphs have formatting issues. For more details, please check the attached screenshot.
Attachments (4)
Change History (8)
#2
@
21 months ago
The below css can resolve the above issue.
@media screen and (max-width: 767px) { .bp-legacy.page-id-146138 #main .content > div { width: auto!important; } }
#3
@
21 months ago
Hello @patelhitesh ,
I think we should apply CSS below 480px. so, the below CSS will resolve the issue.
@media screen and (max-width: 480px) { .bp-legacy.page-id-146138 #main .content div { width: auto !important; } }
Thanks.
Note: See
TracTickets for help on using
tickets.
Content formatting issue on Contact page