Topic Resolution: Not Resolved
    Denzel Chia
    Moderator
    Posts: 2656
    November 3, 2015 at 8:45 am #21773

    Hi,

    Please try using the following codes in your Theme Options -> Custom CSS

    .sub-menu {
    position: relative;
    top: 45px !important;
    }

    Thanks!

    Joey Mansveld
    Spectator
    Posts: 32
    November 3, 2015 at 2:56 pm #21779

    Thanks!

    Joey Mansveld
    Spectator
    Posts: 32
    November 4, 2015 at 8:30 pm #21823

    If the page is loading, the menu is drag down without a background. What can i do?

    Denzel Chia
    Moderator
    Posts: 2656
    November 5, 2015 at 7:17 am #21826

    Hi,

    Sorry, there is no solution for this.
    You will have to increase your web hosting resources to speed up the loading of your website.

    Thanks!

    Joey Mansveld
    Spectator
    Posts: 32
    November 18, 2015 at 8:24 pm #22169

    How can i use that with a ‘sub sub’ menu?

    Denzel Chia
    Moderator
    Posts: 2656
    November 19, 2015 at 7:55 am #22186

    Hi,

    I don’t see any sub sub menu on your website?

    Thanks!

    Joey Mansveld
    Spectator
    Posts: 32
    November 19, 2015 at 7:59 am #22187

    I changed it. Because it wasnt work.

    Denzel Chia
    Moderator
    Posts: 2656
    November 19, 2015 at 8:32 am #22194

    Hi,

    I need to see your sub sub menu, in order to provide a solution.

    Thanks!

    Joey Mansveld
    Spectator
    Posts: 32
    November 19, 2015 at 6:27 pm #22207

    I have made a sub sub menu below the test tab

    Denzel Chia
    Moderator
    Posts: 2656
    November 20, 2015 at 9:41 am #22234

    Hi,

    Please use the following code in Theme Options -> Custom CSS

    .sub-menu li .sub-menu{
    position:relative;
    top:10px !important;
    }

    Sorry, I can only get one sub level working.