Hi @mborregales . We’ve installed impact theme and modified some code for logo list section. You can view the output by using below image:
Your logos are centered. Here is what we did:
-
In your code, you will find logo-list.liquid or something similar to this.
-
There you will find a div element with class section-stack. Just add the following style attribute in that div.
style=“display: flex;flex-direction: column;align-items: center;”
Note: We did it using impact latest version. If the above approach doesn’t work for you then it will be better if you share your store URL so that we can look at it. Please feel free to ask any query.
