Mr.Parker Products Grid prices are not aligned horizontally

Hi,

the store is on Mr Parker theme : https://azkadenia.myshopify.com/

and I have a problem with prices style when a title is long on (Featured products bar, collection pages and everywhere in the website)

any idea how can i solve this issue ?

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.scss.css and paste this at the bottom of the file:
div#shopify-section-template--14900255654076__16269856255a06b94b .flickity-enabled.is-draggable .flickity-viewport .prod-title {
min-height: 54px;
}

Hi @ZestardTech

it worked perfectly on home page. Thank You !
but not yet on the products pages , any idea ??

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.scss.css and paste this at the bottom of the file:
div#main-collection-product-grid .product-info .prod-title {
min-height: 54px;
}