Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1059572

    Dear support,
    i want my 4-row partner/logo-Element to stay 4-row on mobile view.
    I achieved this with the 3-row element with this CSS.
    How can i adress the 4-row element as well to stay 4-row?

    @media only screen and (max-width: 479px) {
    .responsive #top #wrap_all .avia-logo-element-container .slide-entry {
    width: 100%!important;
    margin-left: 0%!important;
    }
    }

    Thanks for any help

    #1059763

    Hey dondela,

    Please select 4 columns from the partner/logo element and add the below css to make it 4 columns in mobile.

    .avia-logo-element-container .slide-entry-wrap {
    	display: flex;
    }

    Best regards,
    Vinay

    #1061442

    Thank you very much!
    Great support!

    #1061998

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.