Hi.
I would like that the slide accordion in mobile was more a little more Height. The desktop version slide is correct.
Could you help me, please
Best Regards
Hey kikosanchezestudio,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
@media only screen and (max-width: 767px) {
.aviaccordion.aviaccordion-title-active.av-animation-active{
min-height:200px!important;
max-height:200px!important;
}}
Adjust height to what you need it to be.
Best regards,
Jordan Shannon