Hello,
Can you please check the homepage slideshow? The button is hidden on mobile devices. Is there a way to increase the height on mobiles only to solve this problem?
There is also a problem with the image caption being outside the image area, also on mobile devices only.
Thank you
Hey sitesme,
Thank you for the inquiry.
Looks you have replaced the previous slider with the Fullscreen Slider and placed the button below instead of the within the slider. Is this good enough for you?
Best regards,
Ismael
Hi Ismael, my colleague did that. Sorry.
Can you check again? The button is within the slider now.
We would like the button bigger (like the one below the slider) but within the slider and with the button fixed on mobile which is not at the moment.
Thank you
Hi,
Thank you for the update.
You can use this css code to adjust the style of the slider button.
#top #wrap_all .avia-slideshow-button {
border-radius: 3px;
text-transform: uppercase;
padding: 15px 16px;
display: inline-block;
margin-top: 20px;
text-decoration: none;
font-weight: bold;
font-size: 20px;
}
Wrap it inside a css media query if you want to only apply the changes on certain screen sizes. What do you mean by “fixed” exactly?
Best regards,
Ismael