Mobile Navbar

Hi, I need a support with navbar issue,
My site navbar looking for similar to theme.co/x
Please checkout (http://xsurve.com) when only on mobile device the navbar expand downside, how to fix to expand to upside or auto responsive?

Thanks

Hi There,

Please add this custom CSS under Theme Options > CSS:

.home .x-navbar {
    position:absolute;
    bottom: 0;
    width: 100%;
}

.home header.masthead.masthead-inline {
    position: relative;
}

Hope it helps :slight_smile:

1 Like

thank you so much, its work perfect :wink:

You’re most welcome!

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