Tagged: fullscreen slider, mobile, title
Hi,
I have the following question. I used your Onepage-template to create my own site. Using the fullscreen-slider with a title is ok unless you are on mobile. Then the font is barely visible and the buttons mess up everything. Is there an option to hide them when being on a mobile or move them to the top?
Right now you only can select left, right, center with or without a box.
can anyone help me?
Hey foxp3,
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: 450px) {
#top .avia-slideshow-button {
margin-top: 0;
}
.slideshow_align_caption {
vertical-align: top;
}
}
Let me know how do you like this suggestion :)
If you need further assistance please let us know.
Best regards,
Victoria
Thank you very much! This worked perfectly! :)
Hi,
We`re glad that your problem was solved :)
Best regards,
John Torvik