• Closed
  • Jeanae White
    Spectator
    03.12.2015 at 19:14 #22726

    I posted a couple months ago to get help with the spacing of my menu drop downs, there was a small space between the header menu and the drop downs – so when you moved your mouse from the main item toward the dropdown, the dropdown would dissapear once the mouse cursor entered the space.

    I received a custom CSS code to fix the problem, and it worked, but i just now noticed that the custom CSS has thrown off the spacings of my sub-catagory menu items. For instance, if on my website http://newlifeyahuasca.com you select the ‘Ceremonies’ the sub-item ‘Ayahuasca Music’ displays far down and to the right of ceremonies, making it almost impossible to click on.

    Help please. 🙂

    Roman
    Spectator
    Posts: 3147
    03.12.2015 at 21:23 #22802

    the provided website is not working 🙁

    Jeanae White
    Spectator
    Posts: 13
    04.12.2015 at 00:25 #22805

    http://newlifeayahuasca.com … my appologies

    Denzel Chia
    Moderator
    Posts: 2656
    04.12.2015 at 08:28 #22820

    Hi,

    Please use the following in Theme Options -> Custom CSS

    #nav ul li ul li ul, #nav ul li ul li ul li ul {
    top: 0 !important;
    }

    Thanks!