Making WordPress.org

Ticket #6955: 6955.diff

File 6955.diff, 879 bytes (added by viralsampat, 2 years ago)

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

  • wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css

    diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css b/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
    index f7db006c6..eb1902ecb 100644
    a b section { 
    38833883        .bbpress #bbpress-forums li.bbp-body div.type-reply span.bbp-admin-links {
    38843884                display: block;
    38853885        }
     3886
     3887        .main-navigation button.button-search {
     3888        display: block;
     3889        position: absolute;
     3890        right: 0;
     3891        top: 0;
     3892    }
     3893   
     3894        .site-header:not(.home) .search-form {
     3895                display: block;
     3896        }
     3897       
     3898        .site-header:not(.home) .search-form .search-field {
     3899                width: 100%;
     3900                display: inline-block;
     3901        }
    38863902}
    38873903
    38883904.bbpress #bbpress-forums li.bbp-body div.type-topic span.bbp-admin-links a,