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/
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/
Website link is : 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. ![]()