Making WordPress.org

Ticket #6689: 6689.diff

File 6689.diff, 436 bytes (added by viralsampat, 4 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.

  • wp4.css

     
    11951195        #home-below .wrapper div:nth-child(odd) {
    11961196                margin-left: 10%;
    11971197        }
     1198
     1199        /* Add CSS for right sidebar button */
     1200        .button.button-large {
     1201                width: 100%;
     1202                font-size: 12px !important;
     1203        }
    11981204}
    11991205@media screen and (max-width:700px) {
    12001206        #home-below .wrapper div:nth-child(odd) {