Hey there, I’ve made a content area off-canvas for my main menu. On the home page, it’s working fine:
If I inspect the code on that page, the padding is as it should be: padding: 45px 0px 45px 0px
If you look at the same header on this page: https://bwdcdev.co.uk/adult-art-classes/ you will see that the menu content has been pushed out. Looking at the code, I see this setting for the padding:
padding: calc(3em * 2)
Where is that coming from?! It’s the same header and there is no custom CSS on that page. I’ve tried duplicating the header and putting it on another page and it’s the same. Help!
Thanks,
Shaun