Hello,
I am using TASTE them. I’d like my product page content to be central. Right now they are left justified, and in the customiser the only other option is to have the product images on the right which I don’t want.
Is there a way to keep the layout of images and description as is but just central on the screen?
Site preview link: https://fcq842kp79vais6t-55043031221.shopifypreview.com
Thanks!
Hello @Elliott94
It’s GemPages support team and glad to support you today.
I would like to give you a solution to support you.
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid theme file.
-
Paste the below code before :
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
Hi @Elliott94 ,
This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-main-product.css->paste below code at the bottom of the file:
@media screen and (min-width: 999px){
.product.grid {
justify-content: center !important;
}
.product__info-wrapper {
max-width: 440px !important;
}
}
I hope it would help you
Best regards,
Richard | PageFly