Plugin Support
Nick C
(@modernnerd)
Hi teddy. Please could you share a link to your site?
I am having this exact problem. Can you help?
http://yellowblissroad.com
Plugin Support
Nick C
(@modernnerd)
Sorry for the delayed response, Kristin. I visited your page at http://yellowblissroad.com/ and don’t see a slider in use right now. Perhaps you removed it?
If you still need help with this, please could you open a new thread by filling in the form at the bottom of this page, and link to a sample page where we can see the issue? Thanks!
My site is saleunitedfc.co.uk.
Unfortunately it does not display the issues I highlight above, because i have turned off the navigation and left the images to work as they are. If I add any new slider images the problem i mention above do happen, so have restricted it to these that work.
As i said its a weird one.
Plugin Support
Nick C
(@modernnerd)
Thanks for sharing a link, teddybaker00.
I don’t see a white space below your current images, but I do see a white dotted line – perhaps that’s what you mean? The dotted line is being caused by this CSS in your theme code:
.widget li {
border-bottom: 1px dotted #ccc !important;
margin-bottom: 6px;
padding-bottom: 6px;
text-align: left;
}
To remove it from the slides, you could add the following CSS to your theme’s stylesheet:
#genesis-responsive-slider li {
border-bottom: none !important;
}
If you’d like me to take a look at the navigation arrows issue or one of your slides that displays a larger white space below it, you’re welcome to set up a demo version of the site that shows these problems and share a link. I’d be happy to take a closer look for you.