• Resolved Musiphilos

    (@musiphilos)


    This is a great theme.
    I’m implementing it at: https://www.davidncatia.com/ISR/

    My question is, it seems the primary menu level expands a fixed amount when hovered. I’d like to change the behavior of this expansion.
    It seems javascript includes the class

    sfHover

    , but I do not seem to find in the code where this expansion value is locale to reduce or even remove this expansion and have constant width menu.

    Thank you so much for any tips

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    Are you trying to adjust the width of the sub-menu?

    If so, this CSS should work:

    .main-navigation ul ul {
          width: 200px;
    }

    Let me know if this helps or not ??

    Theme Author Tom

    (@edge22)

    Going to go ahead and mark this as resolved for now.

    Let me know if you need more help ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change expantion of parent menu entries’ is closed to new replies.