How to edit the header spacing in brooklyn theme

Hi, can someone help me on how to reduce the space between the header and the slide image? Currently the space is too wide on the website. Please help.

@Jaydon

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi,

This is the store URL.

www.spacefortoys.com

password: tkwspace123

llo @Jaydon

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

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

Thank you so much. The code works :slightly_smiling_face: