Topic Resolution: Not Resolved
    Denzel Chia
    Moderator
    Posts: 2656
    03.11.2015 at 08:45 #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
    03.11.2015 at 14:56 #21779

    Thanks!

    Joey Mansveld
    Spectator
    Posts: 32
    04.11.2015 at 20:30 #21823

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

    Denzel Chia
    Moderator
    Posts: 2656
    05.11.2015 at 07:17 #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
    18.11.2015 at 20:24 #22169

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

    Denzel Chia
    Moderator
    Posts: 2656
    19.11.2015 at 07:55 #22186

    Hi,

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

    Thanks!

    Joey Mansveld
    Spectator
    Posts: 32
    19.11.2015 at 07:59 #22187

    I changed it. Because it wasnt work.

    Denzel Chia
    Moderator
    Posts: 2656
    19.11.2015 at 08:32 #22194

    Hi,

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

    Thanks!

    Joey Mansveld
    Spectator
    Posts: 32
    19.11.2015 at 18:27 #22207

    I have made a sub sub menu below the test tab

    Denzel Chia
    Moderator
    Posts: 2656
    20.11.2015 at 09:41 #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.