How can I fix the bottom margin issue on mobile view?

Hi! I have created a site with a few custom adjustments. The desktop version of my site looks normal, however, the mobile version has this weird, offset box. I have the Bottom margin set to zero, and if I increase the margin the box will move lower down the page.

@makennahamilton

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.

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

https://dannnycalero.com/

password: dannny

Please add below css in bottom of assets/base.css file

.lunatemplates-parallax-text-container.parallax-round {
background-color: transparent !important;

}
Thank you.

@makennahamilton

great thanks for url can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 749px) {.lunatemplates-parallax-text-container: display: none;}

I tried adding your code to the file you mentioned and it wasn’t working. However, I went into that sections code and replaced the original code with what you recommended and it worked! So thank you!!

@makennahamilton

you have done it?

Yes, thank you!! I also posted another question regarding the fonts being different on the mobile and desktop views. Could you assist me with that?

@makennahamilton

yes but i can’t see font different

Here is the link to the question I posted:

https://community.shopify.com/topic/1576623

@makennahamilton

do you need have custom font? bcz i can see same and which os issue ?