How can I make sure my main page content doesn't overlap with my mobile navbar?

I’m having a lot of trouble with my mobile navbar recently. Now on my product page only, the main page content overlaps with the mobile navbar.

Is there any fix for this? Thanks in advance!

I use Shopify theme Brooklyn.

desktop view and desktop navbar.

mobile view with mobile navbar

website: veganflex.co.uk
pw: peothu

Hii, @VFlex
Paste this code on top of the timber.scss file.

@media screen and (max-width: 768px){
div#PageContainer {
    margin-top: 50px !important;
}
}

Thank You.

Thanks! worked perfectly! By the way, do you know how I can change the style of the open menu when you click the menu burger in mobile view?