Viewing 2 posts - 1 through 2 (of 2 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

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