Hi Hi,
I’ve tried everything to remove the padding below slider on this page: http://parronhall.marketingofdesign.com/test/
See code below that did not work – didn’t try all at once – of course 🙂
.x-flexslider {
margin-bottom: 0 !important;
}
.x-flexslider .x-slides img {
margin-bottom: 0 !important;
}
.x-slides {
overflow: hidden !important;
}
.x-flexslider .x-slide .alignnone {
margin-bottom: 0 !important;
}
.x-content-band {
margin: 0 !important;
padding: 0 !important;
}
.x-text p {
margin-bottom: 0 !important;
}
Any suggestions?
Thanks!
Ann