Hi, id like to move the product title like this, so it matches the layout of my collection page:
Thank you very much!
Hi, id like to move the product title like this, so it matches the layout of my collection page:
Thank you very much!
Hi @JosephineJ ,
Thank you for reaching out to the Shopify forums!
Let me quickly fix that issue for you.
Please add the below CSS in your base.css file:
.content-for-layout .product__media-wrapper .product__title--mobile {
margin: 0;
font-size: 12px;
}
.content-for-layout .product--large .product__info-wrapper.grid__item {
margin-top: 12px;
}
Then, it will look like this attached screenshot.
Thanks & Regards,
Prezen Tech
Thank you very much! I did that, and it made the title smaller, however, it didnt move it to the top left corner:
Hi @JosephineJ
The product title added in your product box container that’s why it will not move too much to the left side.
Please do not forget to accept the solution when its working on your store ![]()