how do i make the prices line up on the same level

hi

if you look on my home page and collection page, the prices are not lined up the same level automatically. can someone help thanks

https://b990d6-3.myshopify.com/

1 Like

Hi @nijntjelover

Do you mean like this?

If it is check this one.

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.
.card__information {
    display: flex;
    flex-direction: column;
    height: 18vh;
    justify-content: space-between;
}
  • And Save.

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

this works for the collection page, however now I want the same on the home page! thanks for your help

Hi @nijntjelover

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly

1 Like

Did not solve the issue yet!

it did solve, i had to remove something in my theme layout liquid