All things Shopify and commerce
I want the product title to be moved from red marked area to blue area. let me know if you need any details. please help regarding this. Also mention the places i need to edit the code.
Website link : https://fadl.in/
Hi @fadl
only on mobile?
yes. only on mobile
Let try to add this CSS code:
Let go to Admin -> Sale Channels -> Online Stores -> Themes -> click Edit code on current theme -> find styles.css and add this code to the end of that file
@media (max-width: 749px) {
.shopify-section .product-info {
display: flex;
flex-direction: column;
}
.product-info.product-info__pc{
order: 1;
}
.product-info .figureImg {
order: 0;
}
.product-info #image-navigation {
order: 2;
}
.product-info .product-info__main {
order: 3;
}
}
I tried. but its position is still at the top. 😞
I see it's on bottom right now
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