Hi there,
I need the help. Could you help me move the “product title” in the same row of “product image”?
product URL: https://topestshop.myshopify.com/products/95-2-inch-l-shaped-reversible-computer-desk
Password: cowsko
Hi there,
I need the help. Could you help me move the “product title” in the same row of “product image”?
product URL: https://topestshop.myshopify.com/products/95-2-inch-l-shaped-reversible-computer-desk
Password: cowsko
Hi @topestshop ,
You can follow the instruction below:
.product-single__meta {
padding-top: 5px !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
please add below css in bottom of assets/theme.css file
.product-single__meta {
padding-top: 8px;
}
Thank you.
.product-single__meta {
padding-top: 0px !important;
}