How can I align my shopify product page name and price to be on the same line

Solved

How can I align my shopify product page name and price to be on the same line

Wireless
Tourist
5 0 1

Hi,

Can someone kindly assist me,

I'm trying to align my products name and price to be on the same line, even though some product name are kind of long, maybe a see more under the name of the product setting.

Thanks

Accepted Solutions (2)
ZestardTech
Shopify Partner
5718 1049 1380

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css and paste this at the bottom of the file:

div#shopify-section-featured-collections .grid--view-items li.grid__item .product-card .h4.product-card__title {
min-height: 152px;
float: left;
}
.grid--view-items li.grid__item .product-card .h4.product-card__title {
    min-height: 152px;
    float: left;
    width: 100%;
}
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
5718 1049 1380

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css and paste this at the bottom of the file:

.grid-view-item {
margin: 0 auto 19px!important;
}
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 10 (10)

ZestardTech
Shopify Partner
5718 1049 1380

Hello There,

Please share your store URL and screenshot.
So that I will check and let you know the exact solution here.

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
Wireless
Tourist
5 0 1

store-umbrella.com Capture.PNG

ZestardTech
Shopify Partner
5718 1049 1380

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css and paste this at the bottom of the file:

div#shopify-section-featured-collections .grid--view-items li.grid__item .product-card .h4.product-card__title {
min-height: 152px;
float: left;
}
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
Wireless
Tourist
5 0 1

I have tried it but didn't work for all, but the once it did work had there names far from the sale tab

ZestardTech
Shopify Partner
5718 1049 1380

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css and paste this at the bottom of the file:

div#shopify-section-featured-collections .grid--view-items li.grid__item .product-card .h4.product-card__title {
min-height: 152px;
float: left;
}
.grid--view-items li.grid__item .product-card .h4.product-card__title {
    min-height: 152px;
    float: left;
    width: 100%;
}
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
Wireless
Tourist
5 0 1

Thanks it looks a little better now, can you help me with the space between the sale and add to cart button.

 

 

 

 

Capture1.PNG

ZestardTech
Shopify Partner
5718 1049 1380

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css and paste this at the bottom of the file:

.grid-view-item {
margin: 0 auto 19px!important;
}
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
Wireless
Tourist
5 0 1

Thanks, it worked.

ZestardTech
Shopify Partner
5718 1049 1380

Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.

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
pikastore
Tourist
11 1 3

Hello,ive encountered the same problem in dawn theme. Anybody able to help me out plese?