Solved

Reduce blank space between inserted product image and product description on Mobile site(Brooklyn)

hugon789
Excursionist
20 0 6

Hi there, I am currently using the Shopify Brooklyn theme for my site. There's this unnecessary blank space between the inserted product image and product description. How do i remove it or what code should i insert into which are? I would really appreciate it so so much if you could let me know as this is really making my product page look bad on mobile!

image space technical problem.jpeg

 

Accepted Solution (1)
diego_ezfy
Shopify Partner
2936 562 883

This is an accepted solution.

@hugon789, do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > timber.scss.liquid and paste this at the bottom of the file:

 

.product-single__description h4{
    margin-top: 5px !important;
    margin-bottom: 0px !important;
}

 


Please let me know whether it works.

Kind regards,
Diego

◦ Follow my blog & youtube for coding tutorials. Most questions in here are already answered there!
◦ Top #4 Shopify Expert, 24h reply. Click here to hire me.
Download copy/paste code snippets that can replace most apps.

View solution in original post

Replies 4 (4)

Michal17
Shopify Partner
835 73 175

Hi @hugon789 
Sincerely hope you're having a great day!
I've read your problem and, before providing a solution, would like to analyze your website. Then, I will provide a solution to you up here - on the forum.
Could you share your website URL? And if your website is password protected, then also provide a password?

hugon789
Excursionist
20 0 6
diego_ezfy
Shopify Partner
2936 562 883

This is an accepted solution.

@hugon789, do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > timber.scss.liquid and paste this at the bottom of the file:

 

.product-single__description h4{
    margin-top: 5px !important;
    margin-bottom: 0px !important;
}

 


Please let me know whether it works.

Kind regards,
Diego

◦ Follow my blog & youtube for coding tutorials. Most questions in here are already answered there!
◦ Top #4 Shopify Expert, 24h reply. Click here to hire me.
Download copy/paste code snippets that can replace most apps.

hugon789
Excursionist
20 0 6

It worked out great! Thanks for the help!