Centering featured product prices (Debut theme)

Solved
lunamareid
Tourist
3 0 2

Hi, 

I have a problem centering the prices under the featured products on the frontpage. They don't seem to align with the product names. I have tried several different codes in theme.css, but none of them seem to work. Can someone help me out here?

Thanks in advance!

https://lunamare.shop

Accepted Solution (1)
dmwwebartisan
Shopify Partner
11504 2436 3529

This is an accepted solution.

@lunamareid 

Please add the following code at the bottom of your assets/theme.css file.

#shopify-section-collection .price__regular{
margin-right: 0px !important;
}

Hope this works.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 13 (13)
Solutions1
Trailblazer
152 12 24

Hello lunamareid!

Add this css at bottom of
Online Store-> Themes -> Edit code->Assets->theme.scss.liquid

.template-index dl.price {
text-align: center;
display: block;
}

Any issue can reach to me.

Thank,

Solution1

lunamareid
Tourist
3 0 2

Hi! Thanks, but this doesn't seem to work.. 😞

dmwwebartisan
Shopify Partner
11504 2436 3529

This is an accepted solution.

@lunamareid 

Please add the following code at the bottom of your assets/theme.css file.

#shopify-section-collection .price__regular{
margin-right: 0px !important;
}

Hope this works.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
lunamareid
Tourist
3 0 2

Thanks! Everything seems good now!

tjnc22
Tourist
10 0 3

 

Hello. I'm having that same issue. The pricing for the Featured Collection on my homepage is not left aligning with the rest of the text. The price is right aligned for some reason.  I've tried both coding suggested on this board but it does not seem to work. Any suggestions would be greatly appreciated 🙂

 

Capture.PNG

dmwwebartisan
Shopify Partner
11504 2436 3529

@tjnc22 

Please share your store URL.

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
tjnc22
Tourist
10 0 3
tjnc22
Tourist
10 0 3

@dmwwebartisan 

Did you have any suggestions? Let me know if you need my password.

THX!

dmwwebartisan
Shopify Partner
11504 2436 3529

@tjnc22 

Please share your password.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
tjnc22
Tourist
10 0 3

@dmwwebartisan 

Pswd: Temp1!

THX!

dmwwebartisan
Shopify Partner
11504 2436 3529

@tjnc22 

Please add the following code at the bottom of your assets/theme.css file.

.product-single__title {
    text-align: center !important;
}

.template-product dl.price {
    align-items: center !important;
    text-align: center !important;
}

.product__policies {
    text-align: center !important;
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
tjnc22
Tourist
10 0 3

Thank you so much @dmwwebartisan !!

dmwwebartisan
Shopify Partner
11504 2436 3529

@tjnc22 

Welcome & thanks again.

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app