Mobile Menu expands over content

Hi Guys,

My website is at https://trudicanavan.com

I have a slider below the menu and when you click the mobile button the menu appears but it dosen’t push the content down.

can you have a look am I doing something obvious? Do I need to change the css for my slider object so that it can move?

I’m using X-theme latest version
Wordpress latest version

Kind Regards
Chris G

Hi Chris,

Thank you for writing in, please find this from your custom CSS

.x-navbar .x-container.max.width {
    width: 90%;
    height: 46px;
    max-width: 100%;
    float: right !important;
    margin-right: 4%;
}

And remove the height: 46px; or change the value to auto.

Cheers!

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