• Resolved steve92

    (@steve92)


    I put this css to check the length of the submenus. When a submenu is active and I place the cursor over it: hover shows me the original length.
    I can’t get whidt to this: hover

    /* Box sottomenù */
    .sub-menu {
        width: 150px !important;
    }

Viewing 1 replies (of 1 total)
  • Theme Author ThemeZee

    (@themezee)

    Hi there,

    Thanks for using Donovan.

    I highly recommend to read the code in the style.css of Donovan when you want to customize the default styling. That way you can find out the right selectors to override. You can also use the browser dev tools to do that.

    Using random classes like .sub-menu might work occasionally, but will cause these side effects.

    In order to adjust the width of the drop down menus, you can use the same selector and property as the default styling of Donovan:

    .main-navigation-menu ul a {
        min-width: 150px;
    }

    Best,
    Thomas

Viewing 1 replies (of 1 total)

The topic ‘Submenu length’ is closed to new replies.