Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #433326

    Dear Support Staff,

    I have the Side Navigation aligned with the following code on the left:

    .sidebar_left.sidebar {text-align: left;}
    #top .sidebar_left .widget ul {text-align: left;}
    #top .sidebar_left .widget_nav_menu ul ul li:before {left: 0;}

    I have this code found in Enfold support.
    Now, unfortunately, is the mouseover no longer correct (offset).

    There are the following website

    I thank you for the help!
    Best Regards

    • This topic was modified 9 years, 7 months ago by LorbeerDesign.
    #434205

    Hey LorbeerDesign!

    Can you please post a screenshot and show the issue?

    Regards,
    Yigit

    #439554

    Hello Yigit,

    Here’s a screenshot of navigation with an explanation.

    Screenshot

    The problem is, unfortunately, in all browsers.

    Thanks for the help and best wishes!

    #439748

    Hi!

    I see now. Please add following code to Quick CSS

    #top .sidebar_left .widget_nav_menu ul ul li:before {
      z-index: -1;
    }

    Regards,
    Yigit

    #440175

    Hello Yigit,

    it worked :-) I thank you very much for the help!

    One question I have: Is it be possible to show the 2nd level in the side navigation, so that initially only the first navigation points shown?

    Like for example here: http://www.kmb-bensheim.de/abwasser.html

    Thank you!

    #440527

    Hi!

    It is not possible to display child menu items in dropdown, but if you would not like to show them, please add following code to Quick CSS

    #top .sidebar_left .widget_nav_menu .sub-menu { display: none; }

    If that was not what you meant, please post a screenshot and show the changes you would like to make or elaborate on the example site :)

    Regards,
    Yigit

    #515639

    Hi Yigit,

    everything worked great :-)
    Thanks for the excellent support!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Problem with Mouseover: Side Navigation float left’ is closed to new replies.