Title: Extra Space when using fluidic columns
Last modified: August 22, 2016

---

# Extra Space when using fluidic columns

 *  Resolved [Brian](https://wordpress.org/support/users/datalink/)
 * (@datalink)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/extra-space-when-using-fluidic-columns/)
 * When I choose to use fluidic columns (two-css-columns) on my site; i get about
   800px of empty space under the bottom of the testimonials. Is there a way to 
   correct this…
 * If I use two-columns there bug does not occur; but the testimonials just look
   much better for my site if they are arranged in a fluidic manner.
 * [http://www.datalinkcomputers.com/](http://www.datalinkcomputers.com/)
 * [https://wordpress.org/plugins/strong-testimonials/](https://wordpress.org/plugins/strong-testimonials/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  anonymized-13171256
 * (@anonymized-13171256)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/extra-space-when-using-fluidic-columns/#post-5797059)
 * Try this:
 *     ```
       .strong-container {
         display: block;
       }
       ```
   
 *  anonymized-13171256
 * (@anonymized-13171256)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/extra-space-when-using-fluidic-columns/#post-5797063)
 * That should be:
 *     ```
       .strong-container.two-css-columns {
         display: block;
       }
       ```
   
 *  Thread Starter [Brian](https://wordpress.org/support/users/datalink/)
 * (@datalink)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/extra-space-when-using-fluidic-columns/#post-5797072)
 * that seemed to work; for the most part… Now the gap is down to about 100px…
 * I am going to attempt to decrease it further bu setting the padding and margins
   to -100px (bottom). I already tried setting overflow to hidden, but that had 
   no effect.
 *  anonymized-13171256
 * (@anonymized-13171256)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/extra-space-when-using-fluidic-columns/#post-5797076)
 * Well, there’s 20px bottom margin on each testimonial. I don’t think we can target
   the last one in each row to remove its 20px. But you could counter that with 
   a -20px top margin on the element below it which contains the `<hr>`.
 * Your theme has 20px bottom margin on its column (which wraps strong-container)
   so maybe remove that if it doesn’t screw up other pages. Or is there a way to
   add a custom class to a column in your theme?
 *  Thread Starter [Brian](https://wordpress.org/support/users/datalink/)
 * (@datalink)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/extra-space-when-using-fluidic-columns/#post-5797080)
 * I dunno… Anyways, it is looking good enough right now.
 * Perhaps, there is a way to create a first and last column in a future release
   of your plugin; maybe then you can target that margin…
 * Thank you for your time. The info was useful.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Extra Space when using fluidic columns’ is closed to new replies.

 * ![](https://ps.w.org/strong-testimonials/assets/icon-256x256.png?rev=3134855)
 * [Strong Testimonials](https://wordpress.org/plugins/strong-testimonials/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/strong-testimonials/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/strong-testimonials/)
 * [Active Topics](https://wordpress.org/support/plugin/strong-testimonials/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/strong-testimonials/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/strong-testimonials/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Brian](https://wordpress.org/support/users/datalink/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/extra-space-when-using-fluidic-columns/#post-5797080)
 * Status: resolved