Tagged: cell, iPad, portrait, responsive
Hi Team,
I have a problem with two grid section cells on iPad in portrait mode. I want the second cell displayed on its own on iPad like on a smartphone. What do I need to copy to quick css to switch earlier?
The page I’m talking about:
http://webigami.de/uli/#mehr
Thank you
Jan:)
Hey Jan!
Thank you for using Enfold.
Please add this in the Quick CSS field:
@media only screen and (max-width: 1024px) {
.responsive #top #wrap_all .av-flex-cells .no_margin {
display: block;
margin: 0;
height: auto !important;
overflow: hidden;
padding-left: 8% !important;
padding-right: 8% !important;
}
.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
width: 100%;
}
}
Regards,
Ismael
Hey Ismael,
thank you very much!!!!
Cheers,
Jan :)