Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #352534

    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

    #353015

    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

    #353066

    Yeah, you’re right.
    Great thanks!

    Regards,

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Accordion Slider on Mobile’ is closed to new replies.