DAWN Move product title to top left corner

Hi, id like to move the product title like this, so it matches the layout of my collection page:

Thank you very much!

https://jbceehl3cm9vf9e8-61803987143.shopifypreview.com

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

1 Like

Thank you very much! I did that, and it made the title smaller, however, it didnt move it to the top left corner:

https://jbceehl3cm9vf9e8-61803987143.shopifypreview.com

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 :face_savoring_food:

1 Like

Ok! Id be more than happy with the solution below, how do I get that? :slightly_smiling_face: