Tagged: height, responsive, slider
Hey Team Enfold,
Unfortunately on smartphone and tablet all buttons slip down.
How can I determine the height on smartphone/tablet?
Please find link to the website in the private content.
BR
Hey ThomSchu,
Add this to quick css:
@media only screen and (max-width: 767px) {
.slideshow_align_caption h2,
.slideshow_align_caption .avia-caption-content{
display:none!important;
}}
Best regards,
Jordan Shannon
Hey Jordan,
wow – that was fast! But page shows no reaction to the code :/
Hi,
Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.
Best regards,
Jordan Shannon