This topic has 3 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Robert Hall
Hello,
Is there a way that I’m able to center align the drop down nav menu on a mobile?
Many thanks,
Nathan
. . . . also is it possible to get a fix the header on mobile only ?
Hello,
Please try to add this code in 8theme options->styling->custom css->Global Custom CSS.
.mobile-menu-wrapper .menu > li > a {
float: initial;
}
.fixNav-enabled.admin-bar .fixed-active .header-wrapper {
position: static !important;
}
and this code in 8theme options->styling->custom css->Custom CSS for mobile.
.fixNav-enabled.admin-bar .fixed-active .header-wrapper {
top: 0;
position: fixed !important;
}
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up