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

    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!

    #389182

    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

    #390444

    thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Partner/Logo Element Columns Mobile’ is closed to new replies.