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! 
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
@Spaetzle93
yes please try this code
- Go to Online Store->Theme->Edit code
- 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