Tagged: Accordion, responsiveness
Hi,
on this website http://www.hecoclima.com, I found that the Accordion Slider stretches pictures in mobile view.
Desktop view: https://www.dropbox.com/s/rueuy5zhmrcbt34/desktop.jpg?dl=0
Mobile view: https://www.dropbox.com/s/je9wac1iluaoka2/mobile.png?dl=0
Is there a way to fix it?
Thanks.
Hey Gian Maria,
Thank you for the inquiry.
We can increase the height of the horizontal slider on mobile view with this css.
@media only screen and (max-width: 767px) {
#top .aviaccordion {
height: 300px;
}
}
You may want to apply a custom class name or ID to the accordion element and use it in place of generic selector above.
// https://kriesi.at/documentation/enfold/add-custom-css/
Best regards,
Ismael
Thank you but it doesn’t seem to work.
I’va also tried to change the height value but nothing happened.