Hey my site is shopweeb.com and I want to know how I can center the last item in the first collection view on the page(BIG 3 ANIME MERCH) I want to center the naruto item in the middle rather than on the left side THANKS
@hkthedon , please share page url with password(if store is password protected).
NO PASS NEEDED
add below code at the end of theme.css file.
file path: online store-> edit code → assets->theme.css
@media only screen and (max-width: 749px){
#shopify-section-16107460235b0a6cfe .grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
}