Hi, this is my website on mobile:
This screenshot was made with an iPhone X on vertical view.
And this is my website on desktop view.
The first section is a slidershow.
I can see the button only on mobile horizontal view. Not on vertical view.
It’s possible be the screenshot more large? Thanks.
Hi,
Thanks for the screenshot and link, I’m not sure exactly what you are looking to change though. Do you want to remove the buttons on mobile devices?
Best regards,
Rikard
I don’t see “Leggi” button on vertical mobile view! This is the problem!
Hi,
Thanks for the clarification, I get the same problem on my end. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 990px) {
.home .avia-slideshow-inner {
height:200px !important;
}
}
Best regards,
Rikard
Hi, I tried to set the height value to 400px but the button doesn’t appear! Maybe We must try on code button to show it on mobile?
Hi,
You have active caching and minification on the site, could you try to clear and turn that off please? Also make sure to delete the old CSS and JS files under Enfold->Performance.
Best regards,
Rikard
I did it with W3 Total Cache but nothing has changed.
Hi Pas7o,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width:767px){
#full_slider_1,
#full_slider_1 .av_slideshow_full.avia-slideshow,
#full_slider_1 .avia-slideshow-inner,
#full_slider_1 .avia-slideshow li,
#full_slider_1 .avia-slideshow li img {
min-height: 240px;
}
#full_slider_1 .avia-slideshow li img {
width:200% !important;
max-width: auto;
}
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
padding-top: 0px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria