Hello i’d like to re-open this ticket,
I asked the below question previously….
Can you please take a look on the mobile end of the website provided below? The full with easy slider is cutting of the buttons and the title in an odd way. Is there a way to fix this? Thanks!
I got this response which worked but I only had on layer slider with buttons. Now I have a few. The first appears ok on mobil the rest do not. Can you help? Thanks as always for the great support….
@media only screen and (max-width: 480px) {
#top .avia-slideshow-button {
margin-top: 5px;
}
}
Hey hylandgraphics!
There is not enough space to display both caption and button on your slider on smartphone portrait mode.
You can add following code to Quick CSS in Enfold theme options under General Styling tab to hide buttons on mobile
@media only screen and (max-width: 480px) {
#top .avia-slideshow-button { display: none !important; }}
Cheers!
Yigit
But you gave me the above code for the first slider and it works. Why are the other slides different?
Hey!
Please add following code to Quick CSS as well to decrease the size of caption titles on mobile
@media only screen and (max-width: 480px) {
.responsive #top .slideshow_caption h2 {
font-size: 14px!important;
}}
If that is not what you meant by “different”, please elaborate.
Best regards,
Yigit
PERFECT! THANK YOU!!!!!