How to adjust spacing in the Brooklyn Theme?

I would like to reduce the spacing between the red arrows & remove the spacing between the blue arrow on the Brooklyn Theme. Any ideas?

Many thanks!

Hi,

Can you please share your store URL?

Thanks

1 Like

Sure! I just signed up and am on a 14 day trial and Shopify says I need to pay before I can remove the password. Should I sign up for a full membership now or am I able to make an account for you to log in?

916test.myshopify.com

Hi,

Please share password as well.

  1. From your Shopify admin, go to Online Store > Preferences.

  2. Go to the Password protection area.

Thanks

1 Like

Ok, I paid for the membership and was able to remove the password so everyone can see it.

916test.myshopify.com is now viewable.

As for the password, I can’t share it her in the public but if you send me your info I can add you as a staff member.

Hi,

Add below css in timber.css file

.main-content{padding-bottom:0px !important}

.newsletter{padding:0px !important}
.newsletter .section-header+.section-subheading{margin-bottom:0px !important}

.newsletter .section-header {margin-bottom: 40px !important;}

Thanks

Hit Like and Accept as Solution

1 Like

Thank you so much for doing that.

I’m getting this error message?

I have already built the following codes before


yours in Timber.scss.liquid and wonder if they interfere?

Hi,

Add an assets file called custom.css and add CSS in created file

Open theme.liquid file and paste the below code in between head tag


Save it.

Thanks

1 Like