Okay
  Public Ticket #1457373
Client logos mobile
Closed

Comments

  •  2
    sjuharad started the conversation

    Hi!  I'd like client logos displayed on mobile in a couple of rows, perhaps 3 per row, in small size. Is that possible, if so, how? Thanks

  • [deleted] replied

    Hi sjuharadsjuharad,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area . I will try to help you this time though

    Can you please send me the URL of this page where you have added Team element?

    Thanks!

  •  2
    sjuharad replied

    Alright, I understand. Thanks Ylli!

    This is the page http://kraftenshus.se/sjuharad/

  • [deleted] replied

    Hi sjuharad,

    Pease add the code below to your Custom CSS area:

    @media screen and (max-width: 768px) {
        .logos-holder .client-logos-col {
            width: 33.3333% !important;
        }
    }
    @media screen and (max-width: 480px) {
        .logos-holder .client-logos-col {
            width: 33.33333% !important;
        }
    }

    Have a great day!

  •  2
    sjuharad replied

    Thank you very much, works!

  • [deleted] replied

    Glad to hear that

    Will set this ticket as solved from here.