Making WordPress.org

Ticket #7079: 7091.patch

File 7091.patch, 677 bytes (added by pitamdey, 19 months ago)

After applying this solution the issue is resolved

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

     
    27122712        .entry .contact-form textarea {
    27132713                width: 98%;
    27142714        }
     2715
     2716        .wptv-hero .secondary-videos li {
     2717                max-width: initial;
     2718        }
     2719
     2720        .wptv-hero .secondary-videos li a {
     2721                display: block;
     2722        }
     2723
     2724        .wptv-hero .secondary-videos .video-thumbnail img {
     2725                width: 100%;
     2726                height: auto;
     2727        }
     2728
     2729     .primary-content .video-list li {
     2730    flex : auto;
     2731    }
    27152732}