Reduce Space Between Product Image And Product Title on Product page (Dawn)

Solved

Reduce Space Between Product Image And Product Title on Product page (Dawn)

magicbowl
Tourist
7 0 5

Dears,

I want to reduce the section padding between the product image and product title on the product page of my website. Like my home page. 
 
This is my website: https://magicbabybowl.store 
Accepted Solutions (2)

KetanKumar
Shopify Partner
37595 3668 12156

This is an accepted solution.

@magicbowl 

yes, i have give you solution here

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

KetanKumar
Shopify Partner
37595 3668 12156

This is an accepted solution.

@magicbowl 

1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.

@media screen and (min-width: 990px) {
.product.product--large.product--thumbnail.grid.grid--1-col.grid--2-col-tablet {
    margin-top: 30px;
}
    }
@media screen and (max-width: 749px) {
.product .slider.slider--mobile {
    margin: 0 !important;
    padding: 0px !important;
}
    }
If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 6 (6)

KetanKumar
Shopify Partner
37595 3668 12156

This is an accepted solution.

@magicbowl 

yes, i have give you solution here

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
magicbowl
Tourist
7 0 5

This solution worked to fix the format for full screen. But I would like to reduce the white space between the product image and title on the product page in mobile view. 

 

Can you please help?

KetanKumar
Shopify Partner
37595 3668 12156

This is an accepted solution.

@magicbowl 

1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.

@media screen and (min-width: 990px) {
.product.product--large.product--thumbnail.grid.grid--1-col.grid--2-col-tablet {
    margin-top: 30px;
}
    }
@media screen and (max-width: 749px) {
.product .slider.slider--mobile {
    margin: 0 !important;
    padding: 0px !important;
}
    }
If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Abe011
Excursionist
15 1 1

I tried this fix for the mobile and desktop collection page view but it did not work. Could you please take a look at the website below - How can i reduce the space between the product gallery image and product title on desktop and mobile view. Web Address: https://platinumdeals.com.au

shop16
Visitor
1 0 0

Hi Ketan, thank you for sharing this.

 

I tried to paste the code as instructed but there is still a large gap between the product images and title on the product page when viewing on my mobile phone (using dawn theme). It occurs with every product page where there is a difference in size of the images. I noticed this wasn't an issue with older themes like Debut or Brooklyn. Are there any other suggestions that could work for this? I've attached an image below for reference.

 

Thanks in advance. 

 

IMG_6356.jpg

magicbowl
Tourist
7 0 5

Looking for help reducing padding on my home screen between the reviews stars and product title to match the product page. I have emailed you my website link previously.