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, 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 
thank you so much, its work perfect 
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.