• Resolved wp_maybe

    (@wp_maybe)


    The main menu in this theme is at the top & gets obscured by the WordPress Login bar once a user has logged in. The menu as a result is no longer clickable.

    Is there an easy fix for this (besides disabling the login bar)?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • promenadethemessupport

    (@promenadethemessupport)

    Hi @wp_maybe,

    Please add the below CSS rule via the “Additional Resources” text input. You could browse to it by going to “Appearance >> Customize >> Additional CSS” in the site’s admin area.

    body.admin-bar header.navbar-fixed-top{
    top: 32px;
    }

    This should solve your issue.

    Thank you

    Regards,
    Support Team
    Promenade Themes

    Thread Starter wp_maybe

    (@wp_maybe)

    It does solve the issue. Thank you very much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Top menu obscured by ‘login’ bar’ is closed to new replies.