Skip to:
Content

BuddyPress.org

Ticket #8885: 8885.diff

File 8885.diff, 535 bytes (added by viralsampat, 21 months ago)

I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached screenshot after resolved this issue.

  • buddypress.org/public_html/wp-content/themes/bb-base/style.css

    diff --git a/buddypress.org/public_html/wp-content/themes/bb-base/style.css b/buddypress.org/public_html/wp-content/themes/bb-base/style.css
    index b787ebc05..9dd5cb736 100644
    a b body.trac a.attachment { 
    17541754                height: 38px !important;
    17551755                width: 38px !important;
    17561756        }
     1757       
     1758        /* Content formatting issue */
     1759        .bp-legacy #main .content > div {
     1760        width: 100% !important;
     1761    }
    17571762}