Okay
  Public Ticket #3012971
Rayden Clients - Mobile Phone
Closed

Comments

  •  1
    Markus started the conversation

    Hello! 

    You have the option of using the "rayden:clients" element to display customer logos or whatever you want. On the mobile phone, however, these are displayed much too large. How can I make these images smaller on a smartphone?

    Thank you!

    Best regards,
    Markus

  •  1,823
    Support replied

    Hello Markus,

    you can specify a certain width for the client table items in a media query for mobile

    @media only screen and (max-width: 767px){
         .clients-table li {
             width: 25%;
         }

    }

    for example, in customizer -> additional CSS

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy