Shopify themes, liquid, logos, and UX
I want the title and price on the product page to be on the same line, title left and price right, just like the landing page
now it is stacked in the middle...
Solved! Go to the solution
This is an accepted solution.
Hello @Disci ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.css file and paste the following code at the bottom:
@media screen and (max-width: 767px) {
[data-block-id="title"] {
float: left;
}
[data-block-id="price"] {
margin-right: -10rem;
}
}
If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services
You can find the email in the signature below.
Thanks
This is an accepted solution.
Hello @Disci ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.css file and paste the following code at the bottom:
@media screen and (max-width: 767px) {
[data-block-id="title"] {
float: left;
}
[data-block-id="price"] {
margin-right: -10rem;
}
}
If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services
You can find the email in the signature below.
Thanks
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025