Why is my debut theme menu overlaying the text?

Hello,

i am using the debut theme and unfortunately the menu keeps overlaying the text. No matter if on the product page, add to cart or checkout. Can someone help me with this?
I have from time to time already made settings to the code for my theme, but I do not know when that would have changed. I just noticed this a little while ago.

Kind regards Michael

1 Like

@Spaetzle93

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.

Hey Ketan,

that would be great.

www.holzbude.shop

1 Like

@Spaetzle93

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 750px){.main-content {padding-top: 115px;}}
1 Like

thank you very much, that worked