Title: width : 0px for
Last modified: August 30, 2016

---

# width : 0px for

 *  Resolved [nspace1999](https://wordpress.org/support/users/nspace1999/)
 * (@nspace1999)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/width-0px-for/)
 * hello
 * <div class=”featured-video-plus post-thumbnail fvp-responsive fvp-youtube fvp-
   center”>
 *  has a width = 0
 *     ```
       <div class="col-md-12">
       <?php
          $the_query = new WP_Query( 'category_name=top-page' );
          if ( $the_query->have_posts() ) {
       	echo '<div class="sticky-front">';
               while ( $the_query->have_posts() ) {
                 $the_query->the_post();
            ?>
            <article id="post-<?php the_ID(); ?>" <?php post_class( 'clearfix' ); ?>>
       <?php get_template_part( 'content', 'header' ); ?>
       <div class="entry-content description">
       <?php the_excerpt(); ?>
       </div>
       <div class="sticky-thumb">
       <?php
       if( has_post_thumbnail() && ! is_single() )
       the_post_thumbnail( 'grid' , array( 'class' => 'alignnone' ) );
       ?>
       </div>
       </article>
       <?php
       }
       echo '</div>';
       }
       wp_reset_postdata();
       ?>
       </div>
       ```
   
 * [https://wordpress.org/plugins/featured-video-plus/](https://wordpress.org/plugins/featured-video-plus/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [nspace1999](https://wordpress.org/support/users/nspace1999/)
 * (@nspace1999)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/width-0px-for/#post-6236518)
 * I think beacause parent has float right. See my next post

Viewing 1 replies (of 1 total)

The topic ‘width : 0px for’ is closed to new replies.

 * ![](https://ps.w.org/featured-video-plus/assets/icon.svg?rev=1170997)
 * [Featured Video Plus](https://wordpress.org/plugins/featured-video-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/featured-video-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/featured-video-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/featured-video-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/featured-video-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/featured-video-plus/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [nspace1999](https://wordpress.org/support/users/nspace1999/)
 * Last activity: [10 years, 12 months ago](https://wordpress.org/support/topic/width-0px-for/#post-6236518)
 * Status: resolved