Re: Mr.Parker Products Grid prices are not aligned horizontally

Solved

Mr.Parker Products Grid prices are not aligned horizontally

3azzzeh
Excursionist
18 0 7

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 ?

3azzzeh_0-1630667028634.png

 

Accepted Solutions (2)

ZestardTech
Shopify Partner
5734 1050 1387

This is an accepted solution.

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;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

ZestardTech
Shopify Partner
5734 1050 1387

This is an accepted solution.

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;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 3 (3)

ZestardTech
Shopify Partner
5734 1050 1387

This is an accepted solution.

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;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
3azzzeh
Excursionist
18 0 7

Hi @ZestardTech 

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

ZestardTech
Shopify Partner
5734 1050 1387

This is an accepted solution.

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;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing