Prouct badges alignment

Hi all,

my Sale and Sold Out badges on product pages aren’t aligned to the price. Is there a way to align them up higher to the same height as the price? Pics attached below.

url:

pass:

test99

1 Like
  • Here is the solution for you @vvyan
  • Please follow these steps:

  • Then find the theme.liqid file.
  • Then add the following code at the before tag and press ‘Save’ to save it.

  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

Hello @vvyan

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (min-width: 750px) { .product .price--large { display: flex !important; align-items: center !important; } }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.