Center Align Price on Collection - ZEST Theme (Mobile)

Hi everyone,

I’ve been working on optimizing the mobile version of my website, specifically with the product page for “Zest Theme”. While most of the elements are looking good, I’ve encountered a couple of issues that need addressing.

  1. Price Alignment Issue: On the mobile version of the product page for the theme: ZEST, I noticed that the price of the item, which is currently under a sale, appears slightly shifted to the left. This misalignment is affecting the overall visual appeal of the page.

  2. Centered Price: To improve the user experience and maintain consistency across my mobile site, I’d like to request that the price of the item under sale be centered properly, ensuring that it’s visually appealing and easy to read.

The Website:

www.variandoshop.de

Password:

atthshop34

Best regards,

Variando

Hi @Variando

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.f-price__sale {
    justify-content: center !important;
}
  • And save.

I hope it help.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Thank you so much, it worked!

But now everything else is kinda slightly shifted. Can I center them all? (Title, Icons, etc.)