Making WordPress.org

Ticket #6997: 6997.patch

File 6997.patch, 630 bytes (added by pitamdey, 20 months ago)

after applying this solution the issue is resolved

  • wordpress.tv/public_html/wp-content/themes/wptv2/style.css

     
    269269        padding: 0 5px;
    270270}
    271271
     272#menu li a:hover {
     273        color: red !important;
     274}
     275
    272276#menu #searchform {
    273277        margin: 0 0 0 15px;
    274278}
     
    20942098.video-list {
    20952099        display: flex;
    20962100        flex-wrap: wrap;
     2101        justify-content: center;
    20972102        margin: 0 -5px;
    20982103}
    20992104
    21002105.video-list:after {
    21012106        content: '';
    2102         flex: auto;
    21032107}
    21042108
    21052109.video-list li {