Making WordPress.org

Ticket #6716: 6716.diff

File 6716.diff, 698 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.

  • style.css

     
    936936        }
    937937}
    938938
     939@media screen and (max-width: 1024px) {
     940        div#secondary-content {
     941                padding: 0 10px;
     942        }
     943
     944        .widget_search input[type="search"] {
     945                width: 100%;
     946        }
     947               
     948        /* Add CSS for right sidebar button */
     949        .button.button-large {
     950                width: 100%;
     951                font-size: 12px !important;
     952        }
     953}
     954
    939955@media screen and (max-width: 1000px) {
    940956        .make-welcome .entry-content .content-area,
    941957        .make-welcome .entry-content .widget-area {
     
    16161632        .navigation .nav-older a {
    16171633                border-right: 0;
    16181634        }
    1619 }
    1620 
     1635}
     1636 No newline at end of file