Okay
  Public Ticket #1283170
Clients Logos not responsive
Closed

Comments

  •  2
    HL started the conversation

    I've got a problem with the clients logos tool. When I put 4 logos in a row it works "responsive" on mobile devices and adapts properly (2 logos per row in landscape mode, 1 logo per row in normal mode). 

    But when I put more than 4 logos in a row (e.g. 5 or 6) it keeps this number also on mobile devices, so that the logos become very small. It doesn't adapt to the screen by reducing automatically the number of logos in a row, as it does with 4 logos in a row. Is there a way to get it work "responsive" with 5 or 6 logos as well?

    Thanks for helping.

  • [deleted] replied

    Hi HL,

    Can you please share the URL of that page and also provide us your Wordpress credentials because I need to login to your site and test this issue. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Thanks!

  •   HL replied privately
  • [deleted] replied

    Hi there,

    Sorry for the late reply, i was waiting for our main developer to check where this issue is coming from and to fix it not only for you but for the other clients too when we release next theme update.

    Can you please add the code below to your Custom CSS area:

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

    This will solve your problem.

  •  2
    HL replied

    Thanks! This just worked fine.

  • [deleted] replied

    Hi there,

    I'm very glad to hear that and sorry again for the late reply, but it took some time until we patched the problem

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from Laborator in advance and have a great day!