Hello,
I just wonder why my accordion slider can’t be seen when I look at my site from my iPhone. It works fine everywhere else.
Great thanks
Hi spadalbert!
You will need to remove the flex column beside it or you can add this to your custom CSS.
@media only screen and (max-width: 479px) { #top .aviaccordion { overflow: visible !important; } }
But really I think it performs best as how it is working right now. The flex column will span full width on mobiles and push it off the screen. There just isn’t enough space on a small phone so if you have it displayed it’s not going to look good or be usable.
Regards,
Elliott
Yeah, you’re right.
Great thanks!
Regards,