I would like to center my collection in the middle of the screen, how do I do it?
My website URL is https://wsmateriais.com
Hi @WS_Materiais
1- Go to Online Store > Themes > Actions > Edit Code.
In the left sidebar, open the theme.css or theme.scss.liquid file, or if those files don’t exist, look for styles.css.
Add the following CSS at the bottom of the file:
.collection-grid {
display: flex;
justify-content: center;
text-align: center;
}
Hope that helps!
1 Like
Unfortunately it didn’t work…