Hi
Is it possible to display Partner/Logo Element in 2 columns on mobile when displaying in 7 columns on desktop?
Thank you
Hey jaroljmek,
Thank you for the inquiry.
It should be possible but you have to make sure that the number of items in each row are even. If the items are not even and we set them to display in two columns on mobile view, there will be a gap or a white space after the very last item in each row.
Use this css code to set the width of the slide entries on smaller screens.
@media only screen and (max-width: 479px) {
.responsive #top #wrap_all .avia-content-slider-odd .slide-entry {
margin-left: 0;
width: 50% !important;
float: left;
clear: none !important;
}
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
Ismael