Hello, could anyone help out? The more payment options is actually a link that redirects to a paypal checkout and it should be centered, but I want the description below (the wifi money guide contains…) to be aligned to the left.
Thank you in advance
This is Noah from PageFly - Shopify Page Builder App
I can help you. Please can you provide the website url. Thank you.
Best regards,
Noah | PageFly
Hi @romanstanec24 You can add code here in file theme.liquid above tag
Hello, that didn’t work for me. This happened
I wanted the MORE PAYMENT OPTIONS (which is also a text) to stay centered like in the screenshot in the post
You want MORE PAYMENT OPTIONS stay center, please add code here:
@romanstanec24 Please follow the below steps to update the alignment of the text block. Let me know whether it is helpful for you.
- From admin, go to “Online Store” → “Themes”.
- Click “Customize” button from the current theme.
- Click the “More Payment Options” text block. In that text block, update the “Text style” from “Body” to “Subtitle” like in the attached screenshot.
- Click the “Featured product” section and paste below code in the “Custom CSS” field like in the attached screenshot.
.featured-product p.product__text.inline-richtext {
text-align: left !important;
}
.featured-product p.product__text.inline-richtext.subtitle {
text-align: center !important;
font-size: 1.6rem !important;
}
- Then, the final output will be like.
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.
Thank you! Shopify support is amazing