Skip to:
Content

bbPress.org

Ticket #3500: 3500.patch

File 3500.patch, 823 bytes (added by viralsampat, 22 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.

  • style.css

     
    16141614        border-radius: 50%;
    16151615}
    16161616
     1617/* Table of content CSS */
     1618.wp-block-group__inner-container {
     1619    width: 100%;
     1620    display: inline-block;
     1621    padding: 10px 10px;
     1622    box-sizing: border-box;
     1623}
     1624
    16171625/* =Responsive Overrides
    16181626-------------------------------------------------------------- */
    16191627
     
    16481656        #wp-toolbar {
    16491657                width: 960px;
    16501658        }
     1659
     1660        /* Main Content area css */
     1661        #main {
     1662                margin: 100px 10px 40px 10px;
     1663        }
    16511664}
    16521665
    16531666/* Shrink logo to make room for navigation */
     
    16721685        #wp-toolbar {
    16731686                width: 100%;
    16741687        }
    1675         #main {
    1676                 margin: 100px 10px 40px 10px;
    1677         }
    16781688        body:not(.trac):not(.home-page) #main {
    16791689                margin-top: 140px;
    16801690        }