Hi, im having some trouble getting the navigation of the easy slider out of the way on a mobile. (see screenshot).
in fact also on a pc with some pics its interfering.(see slider on test site: http://parn.jmcwebdesign.nl/parn/ )
is there a way to behold this navigation but always below the pic that is appearing?
best regards, jelle vanhijfte
Hey jelle,
Add this to quick css:
@media only screen and (max-width: 767px) {
.avia-slideshow-arrows.avia-slideshow-controls{
margin-top: 100px;
margin-bottom: 20px;
}}
Best regards,
Jordan Shannon
Hi Jordan, thanks, but…
that does not seem to do much…
ive even changed the margins to exceptional hights but no result that way neither,
…..
best regards, jelle vanhijfte
Hi,
Did you make sure to clear your cache a few times over.
Best regards,
Jordan Shannon