Mobile Nav partial overlap issue

I am experiencing an odd issue with the mobile nav on my homepage.

Please see image showing issue: https://i.imgur.com/PvDeX9R.png

My css is as follows:

.home .x-navbar {
box-shadow: none !important;
background-color:transparent;
border:0;
}

.x-navbar-inner
{width:100%; background-color:transparent;}

.x-navbar-wrap
{width:100%; background-color:rgb(44, 62, 80); }

How can I ensure the background of the navbar extends all the way down below the last menu option? Note that it works properly on other pages.

Thanks,
Matt

Hi Matt,

There might be a CSS somewhere that is causing the background to cut off before the end of the navigation menu.

I tried to access the site but I get redirected here:

Can you please provide the link to the site so that we can check it?

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.