Hey,
I’ve found two threads nearly solving my problem:
https://kriesi.at/support/topic/accordion-slider-mobile-3-full-width-underneath-each-other/
https://kriesi.at/support/topic/accordian-menu-stack-in-mobile/
Though the fix still covers the content below the Accordion Slider on mobile devices.
Any suggested fix?
Cheers
Hey MatsHoff,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 450px) {
.avia-section-large .content {
padding-top: 58%;
padding-bottom: 70px;
}
#av_section_2 {padding-top: 75%;}
#top #wrap_all .all_colors h1 {
color: #ffffff;
font-size: 35px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria