I am using the accordion slider on the main page.
I would like to increase the size of the accordion slider, without increasing the size on mobile device expeically on smart phone.
Is there an any possible way to change the height? I would like it to be about 130% of what is currently displaying.
Please help.
Hey sanglicious,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
#top .aviaccordion {
min-height: 50vh;
}}
Please feel free to change the min-height value 50vh to suit your needs.
Best regards,
Vinay