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
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
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
1 Like
thanks for url
can you please try this code
- Go to Online Store->Theme->Edit code
- 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
its my pleasure to help us
