anonymized-13171256
(@anonymized-13171256)
Try this:
.strong-container {
display: block;
}
anonymized-13171256
(@anonymized-13171256)
That should be:
.strong-container.two-css-columns {
display: block;
}
Thread Starter
Brian
(@datalink)
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)
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
(@datalink)
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.