Moving product title above size selection from the top of the page

Moving product title above size selection from the top of the page

fadl
New Member
4 0 0

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/ 

Screenshot_20250519_134416_Chrome.jpg

Replies 6 (6)

fadl
New Member
4 0 0

Website link is : https://fadl.in

BiDeal-Discount
Shopify Partner
792 105 178

Hi @fadl 

only on mobile?

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp
fadl
New Member
4 0 0

yes. only on mobile

BiDeal-Discount
Shopify Partner
792 105 178

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;
    }
}

BiDealDiscount_0-1747644426366.png

 

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp
fadl
New Member
4 0 0

I tried. but its position is still at the top. 😞

BiDeal-Discount
Shopify Partner
792 105 178

I see it's on bottom right now

BiDealDiscount_0-1747662381126.png

 

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp