How can I center product titles and prices in the Debut theme?

Solved

How can I center product titles and prices in the Debut theme?

shelleyd
Explorer
90 1 17

Hi,

How do I centre the product titles and prices on both the 'Featured Collections' on the Home tab and all the products on the Catalogue tab? I'm using the Debut theme. My shop is onyx-and-elm.myshopify.com

Thanks.

Accepted Solutions (2)
Dbuglabpvtltd
Shopify Partner
705 75 118

This is an accepted solution.

Dbuglabpvtltd
Shopify Partner
705 75 118

This is an accepted solution.

Hi @shelleyd 

You added that css code which was sent to you.

Just replace that code with this one.

.grid.grid--uniform.grid--view-items li .price.price--listing .price__regular {
width: 100%;
}
.grid.grid--uniform.grid--view-items li {
text-align: center;
}

banned

View solution in original post

Replies 15 (15)

Zworthkey
Shopify Partner
5581 641 1582

@shelleyd 
hi, 
welcome to Shopify Community.
Your Store is password protected kindly Share your Store Front Password.

So that we can help you.

 

Thank you.

Dbuglabpvtltd
Shopify Partner
705 75 118

Hi
Your store is password protected. Please share frontend password.
You can do this by using custom css. If you have css knowledge you can do this easily.

banned
shelleyd
Explorer
90 1 17

Thanks. It's KZ-vdHfR-eASE85

Dbuglabpvtltd
Shopify Partner
705 75 118

Dbuglabpvtltd_0-1641363604061.png

incorrect pasword

banned
shelleyd
Explorer
90 1 17
Sorry, it's aulick
Dbuglabpvtltd
Shopify Partner
705 75 118

Hi
use this css it would work for you.

#shopify-section-featured-collections .grid.grid--uniform.grid--view-items li .price.price--listing .price__regular {
width: 100%;
}
#shopify-section-featured-collections .grid.grid--uniform.grid--view-items li {
text-align: center;
}

 

banned
Dbuglabpvtltd
Shopify Partner
705 75 118

Dbuglabpvtltd_0-1641365069688.png

will look like this.

banned
shelleyd
Explorer
90 1 17

Thank you. Do I just add this code to the end of the theme.css page?

Dbuglabpvtltd
Shopify Partner
705 75 118

This is an accepted solution.

yes

banned
shelleyd
Explorer
90 1 17

It worked perfectly. Thank you!

shelleyd
Explorer
90 1 17

Sorry, it has centred the titles on the Home page, but not on each of the individual collection pages. Is there a way to do this too?

Dbuglabpvtltd
Shopify Partner
705 75 118

Hi @shelleyd 

Please remove ID from the css then it will work on every page.

Dbuglabpvtltd_0-1641367647091.png

 

banned
shelleyd
Explorer
90 1 17
I've looked, but I can't work out how to do this. Where do I find the ID?
Dbuglabpvtltd
Shopify Partner
705 75 118

This is an accepted solution.

Hi @shelleyd 

You added that css code which was sent to you.

Just replace that code with this one.

.grid.grid--uniform.grid--view-items li .price.price--listing .price__regular {
width: 100%;
}
.grid.grid--uniform.grid--view-items li {
text-align: center;
}

banned
shelleyd
Explorer
90 1 17

It's working perfectly now. Thanks!