How to remove empty blank space on Brooklyn theme homepage?

Hi all! I’ve tried everything and can’t seem to remove the empty space on my Home Screen.It’s an image with text and any advice would be appreciated. Thank you

1 Like

@swill3210

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.

1 Like

Hi Ketan thank you for the response, here’s my url

http://shopnarvada.myshopify.com

1 Like

@swill3210

thanks for url

can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media screen and (max-width: 768px) {
.hero__adapt-text-wrap {display: none !important;}
}
1 Like

It worked, thank you!

1 Like

@swill3210

its my pleasure to help us