Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1482062

    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?

    #1482564

    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

    #1483334

    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

    #1483368

    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

    #1484052

    Hi Ismael,

    Please have a look yourself, I can’t seem to get it working on a mobile device.

    #1484053

    Hi,

    We adjusted the column count of the “customers” element, then added the css code in the Quick CSS field.

    View post on imgur.com

    Best regards,
    Ismael

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