Can the logo list section be aligned to left?

Here’s my example page : https://www.lothaire.fr/pages/nos-marques-de-a-a-d using the Impulse theme ?

  1. Any way to have images be left aligned rather than centered ?
  2. Could the margins on mobile me smaller ?

@LothaireBordeau please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → theme.css

.logo-bar{justify-content: left !important;}

@media screen and (max-width:749px){
.logo-bar__item{margin: 0 5px 20px !important;}
}

That worked great, thank you very much !

great, do let me know if you need any more updates, you can message here or DM me.

Would there be a way for the name of the brand to be displayed underneath the image ? Like in the attached image.

@LothaireBordeau this looks like logo section which supports images only , please open customize settings and check do they have an option to put text under image

They don’t undortunately

Then it is bit difficult