Hi,
At the page zeilreizenholland.nl I am using the fullwidht easy slider with a title and button. unfortunately this is not to read at mobile. How is this possible? I updated Enfold to the last version, so that can not be the problem.
Thanks in advance.
Hey Anne-lys87,
Can you post a link to your site? so we can take a closer look. You can post it in private content so only moderators and you (thread creator) can view it.
Best regards,
Nikko
Yes, I will send it to you.
Did you have a look?
Hi,
Yes, sorry it took some time to get back. There are two options, I can suggest, one is to add this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:479px) {
#full_slider_1 ul.avia-slideshow-inner {
height: 300px !important;
}
#full_slider_1 ul.avia-slideshow-inner img {
width: auto !important;
height: 300px !important;
max-width: none !important;
margin-left: -40%;
}
}
this will make a part of your image on the slideshow be shown. The second solution, would be to edit the slider and check in Screen Settings, hide in small devices and very small devices, then create another fullscreen slider with an image which is more portrait than landscape, then check in Screen Settings, hide in large devices and medium sized devices (also remove the css code I gave, if you use the second option). Hope this helps :)
Best regards,
Nikko