Shopify themes, liquid, logos, and UX
Hey there!
Can someone let me know how to place my product title, price, and size above the product image.
I am using the dawn theme.
Ill attach a photo of what id like it to look like , compared to what it looks like now.
I believe I have to be in main product.liquid
Here's what it looks like now
Id like it to look like this
Hey @kmajetic
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hi @kmajetic ,
You can follow the steps here:
Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there
Here is the code for step 3:
.card-wrapper.product-card-wrapper {
position: relative !important;
}
.card.card--standard.card--media > .card__content {
position: absolute !important;
top: 50%;
left: 20px;
}
Here is the result:
Hope this can help!
Best,
Daisy
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025