Hello,
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!
Hi hylandgraphics!
Try adding this to your custom CSS.
@media only screen and (max-width: 479px)
.responsive #top .slideshow_caption .slideshow_inner_caption h2.avia-caption-title {
font-size: 10px !important;
}
Cheers!
Elliott
I don’t think that did the trick? Take a look
Hey!
Please try the following as well:
@media only screen and (max-width: 480px) {
#top .avia-slideshow-button {
margin-top: 5px;
}
}
Regards,
Rikard
That seemed to do it. Thanks as always!!!