• I’m using coblocks Logos to add our art media festival partners and sponsor logos to the page (at the bottom).

    The issue is, when one of them is alone in the line (currently they appear in the 4 columns), it is increased to full block width making it much larger than the others (and at the same time pixelated as I’m using lower resolution to increase loading speed). My current workaround is to add “empty” logo images until the end of the line manually, but that is really not a solution.

    It appears a bit strange, noone noticed this. My theme is based on twenty twenty-three.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Milos Vlaisavljevic

    (@gdmilos)

    Hello @andrej_uduc,

    Thanks for reaching out!

    The following CSS code should help:

    .wp-block-coblocks-logos__row{
    	justify-content:left;
    }
    .wp-block-coblocks-logos__row > div{
    	max-width:25%;
    }

    You can add the code to Appearance > Customize > Addional CSS

    I’ve tested the code and it works fine on one of my test sites, please take a look:

    Before > https://ibb.co/SnYFFLg

    After > https://ibb.co/98J64dJ

    Let me know if the code helped.

    Kind Regards,

    Milos | GoDaddy

Viewing 1 replies (of 1 total)
  • The topic ‘Logos and badges – last logo huge’ is closed to new replies.