Hi,
It looks like the logo slider does not work as well on mobile devices as it should. I am trying to make a logo slider with 4 logos aligned horizontally, but the best I was able to achieve is two logos placed horizontally. If I change the number of columns in settings, it just adds logos vertically, any ideas?
Hey manchust,
Thank you for the inquiry.
Did you add another logo slider for mobile view? Make sure that the Styling > Slider or Grid > Column count is set to 4, then add this css code:
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.responsive #top #wrap_all .slide-entry {
width: 24%;
margin-left: 2%;
}
}
Best regards,
Ismael
Hi Ismael,
The code does not work as expected, it shows logos in 2 rows not one line and even more not whole width is used to show the logos
Hi,
Did you keep the css code and adjust the column count? Please add the code again or post the login details in the private field so we can check the modification.
Best regards,
Ismael
Hi Ismael,
Please have a look yourself, I can’t seem to get it working on a mobile device.
Hi,
We adjusted the column count of the “customers” element, then added the css code in the Quick CSS field.
Best regards,
Ismael