[buddypress-trac] [BuddyPress Trac] #8885: Content formatting issue on Contact page

buddypress-trac noreply at wordpress.org
Thu May 11 15:00:59 UTC 2023


#8885: Content formatting issue on Contact page
-------------------------------------------------+-------------------------
 Reporter:  patelhitesh                          |       Owner:
                                                 |  johnjamesjacoby
     Type:  defect (bug)                         |      Status:  new
 Priority:  normal                               |   Milestone:
                                                 |  BuddyPress.org Sites
Component:  BuddyPress.org Sites                 |     Version:
 Severity:  normal                               |  Resolution:
 Keywords:  needs-patch needs-design-feedback    |
  has-screenshots                                |
-------------------------------------------------+-------------------------

Comment (by kajalgohel):

 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.

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8885#comment:3>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list