Opened 5 months ago
Last modified 5 months ago
#8885 new defect (bug)
Content formatting issue on Contact page
Reported by: |
|
Owned by: |
|
---|---|---|---|
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 (7)
#2
@
5 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
@
5 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