Pro Menu background changes height when scolling the page

Hi,

Can you please take a look at https://valleywindows-halifax.co.uk and scroll the page down… the header is sticky, so stays at the top of the page, but the green background of the active menu item expands to full height of the header… how do I stop this?

Thanks for your help

Hello There,

Thanks for writing in! To resolve your issue, please edit your custom header and insert this custom css

.x-bar.x-bar-fixed .x-bar-content {
    height: auto !important;
}

We would loved to know if this has work for you. Thank you.

That worked perfectly

Thanks for the quick response.