Comments 1Markus started the conversationMarch 29, 2022 at 6:08pmHello! 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,973Support repliedMarch 31, 2022 at 1:38pmHello 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 CSSThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy1 Like Sign in to reply ...
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
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