Hi Guys,
I have a question. On http://gerritsenschilderwerken.nl/ I’m using a easy slider with 2 buttons. But on a mobile device it doesn’t show in the correct way. Maybe its better to remove the buttons on a mobile, because it otherwise will be to small and wont be user friendly. Can you help me?
Hey jdrijver!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.avia-slideshow-arrows {
display: none !important;
}}
Regards,
Yigit
Hi Yigit.
This doesn’t seems to work. Or could it be the cache on my mobile (iphone 5)?
Thnx
Hi!
It does work fine on my end. Should be cache related. Please flush cache and refresh your page a few times :)
Best regards,
Yigit
I still see the buttons in the slider om my mobiel…
I only want to show the images on mobile, not the buttons.
Could you please help me?
Hi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Best regards,
Yigit
Hi Yigit,
I have the exact same problem….I would like to delete the buttons on mobile devices….I have tried changing the size..etc…without success, so I think this is the quickest solution
The point is that the code abovementioned is not working either,
Please, could you take a look at it? I have posted my data
Thanks
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) {
#top .avia-slideshow-button { display: none !important;
}}
Best regards,
Yigit
Perfect Yigit!
It´s now solved,
Thanks!