Hi @GadVenin .
Here’s how to achieve that:
- Go to “Online Store”
- Three dots → Edit Code
- Find the base.css file
- Add the following code at the bottom of the file
- Save and refresh the target store page
@media screen and (min-width: 750px) {
.grid--3-col-tablet .grid__item {
max-width: 600px !important;
margin-left: auto !important;
margin-right: auto !important;
}
}
If done correctly, the result should be like this:
I hope this helps!
If you don’t want to edit the theme code directly, you can use a code injection app like the one in my signature.
