I want to display 2 columns layout instead of 1 column on mobiles for the partner/logo element.
I tried this from earlier topic:
@media only screen and (max-width: 767px) {
.responsive #top .avia-smallarrow-slider .flex_column {
margin: 0px!important;
width: 50%!important;
}}
It didn’t work. Any quick fix?
Thank you!
Hi zerodi!
Thank you for using Enfold.
Try this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) {
.avia-content-slider .slide-entry-wrap {
width: 48%;
margin-bottom: 40px !important;
margin-left: 1% !important;
}}
Cheers!
Ismael
thank you!