• Closed
  • Jeanae White
    Spectator
    December 3, 2015 at 7:14 pm #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
    December 3, 2015 at 9:23 pm #22802

    the provided website is not working 🙁

    Jeanae White
    Spectator
    Posts: 13
    December 4, 2015 at 12:25 am #22805

    http://newlifeayahuasca.com … my appologies

    Denzel Chia
    Moderator
    Posts: 2656
    December 4, 2015 at 8:28 am #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!