Center align navigation on mobile - by nathanphilpott

This topic has 3 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Robert Hall

  • Avatar: nathanphilpott
    nathanphilpott
    Participant
    January 27, 2016 at 20:56

    Hello,

    Is there a way that I’m able to center align the drop down nav menu on a mobile?

    Many thanks,
    Nathan

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: nathanphilpott
    nathanphilpott
    Participant
    January 27, 2016 at 20:57

    . . . . also is it possible to get a fix the header on mobile only ?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 27, 2016 at 22:14

    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.

  • Viewing 3 results - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.