beyond theme product title price center align

Solved

beyond theme product title price center align

celgen
Tourist
4 0 1

Hello shopify support team

 

i am using beyond theme and i want to center align product title and price on product page.

please help. 

 

 

https://celgen.us/products/celgen-pearl-moisture-solution-125ml

 

 

Accepted Solution (1)

ZestardTech
Shopify Partner
6096 1091 1465

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme--critical.css and paste this at the bottom of the file:

.product-page--root .product-price--root {
align-items: inherit!important;
}

Screenshot :- https://prnt.sc/4VRphy4u3Ac7

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Reply 1 (1)

ZestardTech
Shopify Partner
6096 1091 1465

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme--critical.css and paste this at the bottom of the file:

.product-page--root .product-price--root {
align-items: inherit!important;
}

Screenshot :- https://prnt.sc/4VRphy4u3Ac7

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing