Center price text under product slider image - Dawn template

Hello! I added a product slider to my site and I was able to center the description text under the images, however I am struggling to center the price text as well in the code.

Please see the screenshot. Any and all help is much appreciated!

HI @EChhetri

Can you share with me the page url? I will help you check it.

@EChhetri

Please share your store URL I will send you the correct solution for your problem!

Thanks!

Hi @EChhetri ,

Go to Assets > base.css and paste this at the bottom of the file:

.card-information__wrapper .price {
  justify-content: center !important;
}

Hope it helps!

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

Hello @EChhetri

Please could you share the URL so that I can review it?

It didn’t work. :disappointed_face:

Here’s my URL: https://marianascreations.com/collections/all

Here it is: https://marianascreations.com/collections/all

Here it is: https://marianascreations.com/collections/all

Hi @EChhetri ,

Go to Assets > base.css and paste this at the bottom of the file:

.dawn-product-slider .price {
      justify-content: center !important;
}

Hope it helps!

No, this does not work.

Hi @EChhetri ,

I checked and the code is still not added at base.css file, can you add it again?

.dawn-product-slider .price {
      justify-content: center !important;
}

Hi @EChhetri

This is PageFly - Advanced Page Builder.

You can try with this code:

Follow this:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: paste bellow code in tag → save.

.price { justify-content: center **!important**; }

Hope that my solution works for you.

Best regards,

PageFly

It worked! Thank you very much!

Hi @EChhetri ,

You’re most welcome! I’m glad that I can help you :hugs: