• This is only happening with your theme and so far it’s cost me a lot of users not signing up because I only just found out now. Mobile users see the admin toolbar as just one black row, no menu icons or links.. If I use another theme, they can see the links..

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter haywardgb

    (@haywardgb)

    Can you also fix the issue with FontAwesome icons not ligning up with the menu text in the slide out sidebar menu. There’s also an issue where it interferes with the admin bar.. Seriously, this is a paid product wtf!?

    Hi,

    Could you please let me know your site URL?

    Thread Starter haywardgb

    (@haywardgb)

    conspiracyfiles.net

    Is this an alien site? And who is registering there? Aliens? ))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))

    Thread Starter haywardgb

    (@haywardgb)

    lol. Mostly. It’s a muse , allow me :p

    Hi,

    Please try to use this custom CSS code in Appearance -> Customize -> Additional CSS, to fix the problem with Menu sidebar and menu icon

    .header-menu-sidebar .menu-item:before {
        position: absolute;
        top: 50%;
        transform: translatey(-50%);
        color: #fff;
    }
    
    .is-menu-sidebar .header-menu-sidebar {
        z-index: 999999999;
    }
    

    Regards.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Admin Toolbar: Log in/ Register not showing for mobile users.’ is closed to new replies.