• Resolved alytahaha5

    (@alytahaha5)


    My website it masuc.org, and I recently downloaded this theme, and I love it. It’s really simple and customizable.

    But the problem I have is when dealing with subpages (subpages of subpages, actually). When I hover over the parent page, and then hover over the subpage, the sub-subpage appears. It works fine, but the sub-subpages are always resting at the top of the nav menu.

    So when a subpage is lower on the list, the sub-subpages are not accessible. I’ve included a picture to clarify a bit.

    http://masuc.org/wp-content/uploads/2014/04/Screen-Shot-2014-04-01-at-12.56.02-PM.png

    Thanks

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter alytahaha5

    (@alytahaha5)

    The menu drops down again to where it was before.

    Theme Author iografica

    (@iografica)

    Is strange, i add this css with firebug and it works.
    .main-navigation ul ul ul {
    top:auto !important;
    margin-top:-40px !important;
    }
    Where do you add the css? you have made a child theme?

    Thread Starter alytahaha5

    (@alytahaha5)

    I did not make a child theme. I am adding it to the Style.css page under Editor.

    Is this the wrong place?

    Theme Author iografica

    (@iografica)

    Is better to make a child theme for modification or on next update all changes made will be lost. However find in the editor ‘.main-navigation ul ul ul ‘ and replace the ‘top:’ and the ‘margin-top:’ old values with the new ones.
    To make more modification and add custom css in right way try to evaluate the purchase of the premium version of the theme.

    Dear iografica, thank you for the fix. I edited your Code to “margin-top:-57px”, than the Submenu is on the same horizontal align like the main.

    But one additional question:
    Can you give us a Code or something to display that there is a submenu? Like an Arrow or so.

    Thank you!

    Theme Author iografica

    (@iografica)

    Hi cbenkert, to do this you need more deep customization. Try to see our theme costumization section and request a quote

Viewing 6 replies - 16 through 21 (of 21 total)

The topic ‘Problem with nav menu’ is closed to new replies.