Viewing 4 replies - 1 through 4 (of 4 total)
  • AC

    (@purplecodes)

    Themeisle Support

    Hi @vincentvangrond,

    It looks like your logo is too big. Try resizing it to 150px x 50px.
    I did try to add more than 10 logos and it displays just fine.
    https://vertis.d.pr/QpDHHQ

    Let us know how it goes.

    I had the same issue where some of the images are now stretching the full width of the screen. I added a bit of CSS code to adjust the size of all client logos without having to resize and reupload.

    .hestia-clients-bar .clients-bar-wrapper li img {
        max-width: 250px !important;
    }

    Maybe this temporary fix can be adjusted to fit your size needs.

    Thread Starter vincentvangrond

    (@vincentvangrond)

    Hi!

    Movieman, you are a hero, that fixed it with 1 click. Thanks a lot.

    I would still say it’s a bug, because this happened from one day to another – I didn’t add any new logos for some weeks and suddenly half of the logos showed like this out of nowhere..

    Also, I use this theme on other websites and I just noticed I had to apply the same fix as the same issue popped up there. So I would recommend to take a look ??

    In any case, the temporary fix is enough for me, thanks both for the support!

    Hi @vincentvangrond!

    Unfortunately, we can’t replicate this issue on our instances, but we’ll keep an eye on it if more users report it as well. In the meantime, we’re glad to hear the CSS provided above solves your issue!

    Have a nice day ahead!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Logo section frontpage not displaying well’ is closed to new replies.