Changing product layout

Changing product layout

StafMeister
Excursionist
34 1 9

Hi, this is how my product page layout looks like down below:

StafMeister_0-1725905312717.png

And I want to make it look more appealing like this:

StafMeister_1-1725905341751.png

How can I achieve this? Please help thank you very much. My store url is: https://schatten.store/ and the password is leskup

Replies 4 (4)

PaulMartin
Shopify Partner
591 57 137

Hey StafMeister

To achieve the product grid reference you wanted, you'll definitely need to get this custom coded. Your theme does not offer this out of the box, so the only solution is to have it made from scratch.

If you need help with coding, I'd be happy to assist you on creating this for $25. Let me know if you're interested and if you have any questions, feel free to ask.

[email protected]
Feel free to email me! 😄
I'm open to conversations or work ʕ •ᴥ•ʔ

namphan
Shopify Partner
1329 164 199

Hi @StafMeister,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.product-grid .grid__item {
    border: 1px solid;
}
.card:not(.ratio)>.card__content {
    border-top: 1px solid;
}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? [email protected]
StafMeister
Excursionist
34 1 9

Thank you very much! How can I put them in the center exactly?

namphan
Shopify Partner
1329 164 199

Hi @StafMeister,

What does it mean? please explain more about it, I will help you check it again

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? [email protected]