Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #56058
    David Greenberg
    Guest

    Hey Guys,

    I’m getting a new weird behavior on my main menu (desktop) when hovering over a submenu item.

    Here’s a short screen capture of the issue:

    Here’s the CSS code:

    /* for the top menu, reduce padding */
    .standard-menu-enabled .sm-clean a,
    .standard-menu-enabled .sm-clean a:hover {
    padding: 5px 15px 5px 15px;
    }

    #56070
    Brandon C
    Keymaster

    Hi David,

    Thanks for reaching out with your detailed screen capture and thank you for using Crio Pro WordPress theme!

    I think you have everything correct with your custom CSS but you might need to add an !important tag to your element like below:

    /* for the top menu, reduce padding */
    .standard-menu-enabled .sm-clean a,
    .standard-menu-enabled .sm-clean a:hover {
    	padding: 5px 15px 5px 15px !important;
    }

    I hope this helps! Please don’t hesitate to reach back out if you have any other questions for us.

    #56113
    David Greenberg
    Guest

    Thanks for your help, and your quick reply!

    #56115
    Brandon C
    Keymaster

    You’re most certainly welcome David, we’re always here to help!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Padding issue when hovering over sub-menu item in Crio WordPress theme’ is closed to new replies.