How Can We Help?
Conserver colonnes sur mobile (section Divi)
OBJECTIFS
Conserver les deux colonnes sur mobile dans une section.
!!! ATTENTION CHOISIR CODE 1-2-3 COLONNES !!!
CODE
@media only screen and (max-width: 980px) {
.two-columns .et_pb_column {
width: 50%!important;
}
.three-columns .et_pb_column {
width: 33.33%!important;
}
.four-columns .et_pb_column {
width: 25%!important;
}
}+D'INFOS
REF: https://joshhall.co/how-to-keep-columns-on-mobile-in-divi/