Try adding this to your custom CSS:
.flexslider {
margin-bottom: 0 !important;
}
And my theme is “responsive”. Believe I’m using WP v 3.6.
P.S. I’m new to the forum.
Ok, wow, cool, thank you! How did you know that?
A browser tool – Firebug – totally cool – and a bit of CSS knowledge – will change your (web) life :)!
http//getfirebug.com
https://developer.mozilla.org/en-US/learn/css
http://www.w3schools.com/css/
Thank you very much –
I tried chrome’s inspect element and was toying around with changes to remove the space, but was not finding it.
Would firebug have made the problem and solution more obvious (considering I’ve not encountered the problem before)?
Chrome does the same basic thing – sometimes CSS can be a bit tricky, especially when there are styles loaded from various places.