Okay
  Public Ticket #2729087
Client logo layout (mobile version)
Closed

Comments

  •  2
    sergiomenendez started the conversation

    Hello,

    I'm using the "client logo" element on my About page, which works perfect.

    However on mobile devices the logos appear very big, on one column and not as nicely aligned as on the desktop version (the gaps between logos is not equal).

    • Is there a way to choose the number of logos per row (as in the desktop version) to set rows of 2 or 3 logos?
    • Is there a way to make the size and separation between logos more homogeneous?

    Thank you in advance for your help.

  • [deleted] replied

    Hi Sergio,

    Please write the URL of this exact page and send me your WordPress credentials, because I need to login to your site and test this.

    To include your credentials click the Insert Credentials button in the editor toolbar (see how) so your reply will be private.

    Have a nice day!

  •   sergiomenendez replied privately
  • [deleted] replied

    Hi Sergio,

    Your provided WordPress credentials are not working for me (see video). Please re-check them and send me the correct ones.

    Have a nice day!

  •   sergiomenendez replied privately
  • [deleted] replied

    Hi Sergio,

    1— Please just add this CSS code to your Custom CSS area:

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

    * or instead of  25% you can add 33.33333%.

     2— Just add the code below to your Custom CSS area:

    header .social-networks-links li {
        padding: 0 12px;
    }

    P.S: I can see on your System Status page that your PHP can be upgraded and one of your PHP limits is lower than WordPress and modern themes require.

    medium
    (view on a new page)

    For more info please carefully read this article WordPress and Kalium Server Requirements, and on this page you can find a sample email that you can send to your hosting provider too.

  •  2
    sergiomenendez replied

    Hi Ylli,

    The clients logo grid looks great on mobile now!

    Thank you also for spotting the PHP issue, I'll follow your guidance to solve this problem.

    Best regards,
    Sergio.

  • [deleted] replied

    Happy to hear that Sergiosmile.png

    I'm happy that your questions are now resolved.

    P.S: If you enjoy our theme, you can head over to your Downloads tab and give it 5 stars. We will love you forever.