Re: Make Prices centered on Home Page and left in product Page

Make Prices centered on Home Page and left in product Page

Jacquline
Excursionist
48 0 7

Hi Everyone! 

 

I have the following problem, I had a code added to center my prices on the home page, but it also centered them on my product page. 

 

I would like them to be on the left on the product page, so all the text can be aligned. 

 

Please help, thank you!

 

IMG_7607.PNGI would like the price to be on the left here

IMG_7608.jpg this is good

  

Replies 9 (9)

deven1994
Shopify Partner
44 3 20

Hi 

just add some CSS for that 

.classname {

text-align : center;

}

.classname {

text-align : left;

}
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on kdevender353@gmail.com regarding any help Whatsapp Me
Shopify Partner | Devenk
Jacquline
Excursionist
48 0 7

Hey @deven1994 @PageFly-Victor thank you for the answers!

 

I added the code to my base.css but it didn't work.. Should I add it somewhere else? Thank you!

PageFly-Victor
Shopify Partner
7865 1786 3134

Hi Jacquline.

This is PageFly - Free Landing Page Builder. I would love to provide my advice for your store based on 6 years of providing solutions for about 100.000+ active Shopify merchants.

 

You can use this code to change the position of the text

 

 

.classname {



text-align : left;



}

 

 

 

I hope the above information can help you

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Kind regards,

PageFly

 
Jacquline
Excursionist
48 0 7

Hey! I decided on aligninging them to the center (instead of the left), but none of the code works 😞

I also tried all the other codes I could find in the community with no luck!

 

Now it looks like this, I also want  the name + quantity in the center! Would be super happy if someone can help, thank you! 

IMG_9331.PNG

deven1994
Shopify Partner
44 3 20

hi @Jacquline  

if the code does not work then we need to take a deep look into the code DM me and share store details so i will help you.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on kdevender353@gmail.com regarding any help Whatsapp Me
Shopify Partner | Devenk
oscprofessional
Shopify Partner
16373 2440 3188

Hi @Jacquline ,

Hope you are doing well.

Can you please give me the store URL?

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
Jacquline
Excursionist
48 0 7

Hey @oscprofessional @deven1994 thank you for your replies.

 

Here is the URL https://reussirwi.com

 

I tried adding the above codes in base.css and

section-main-product.css with no luck.

 

Ideally the product name + quantity +  size will be centered. Will appreciate any help!

 

IMG_1429.PNG

IMG_1428.PNG

oscprofessional
Shopify Partner
16373 2440 3188

@Jacquline 

.product .product__info-container .price.price--large {
	justify-content: left;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Like This Product page

oscprofessional_0-1661148017911.png

 

homepage

oscprofessional_1-1661148124255.png

 



Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

oscprofessional
Shopify Partner
16373 2440 3188

@Jacquline ,

Please share the store URL.....

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...