Tagged: partner/logo element mobile view
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
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
Thank you very much!
Great support!