Hi,
I’d like to center the Afterpay message on my product pages but I can’t seem to find a solution that works for me.
Site: ourodyssey.co
PW: persevere.
A user seeks to center the Afterpay payment message on their product pages for the Dawn theme on their Shopify store.
Proposed Solutions:
text-align: center !important; to .MainContent #product-info__wrapper .afterpay-placement in the section-main-product.css fileComplication:
Current Status:
Hi,
I’d like to center the Afterpay message on my product pages but I can’t seem to find a solution that works for me.
Site: ourodyssey.co
PW: persevere.
Hello @dominnows ,
It’s the GemPages Support Team and we are glad to assist you today!
I would like to give you the recommendation to support you so kindly follow the steps below:
Open your theme.liquid theme file
Paste the below code before
Let us know how it works for you.
Best regards,
GemPages Support Team
Hi @Dominnows,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file section-main-product.css
Step 3: Paste the below code at bottom of the file → Save
#MainContent .product__info-wrapper afterpay-placement {
text-align: center !important;
}
Hope my solution works perfectly for you!
Best regards,
Victor | PageFly
Hi @PageFly-Victor ,
This solution centered my original issue but it has caused my product title and price to be aligned to the left. Do you have a code for this?