Home menu customisation

Hi, can u please help me to change the layout of the drop-down menu of the home menu. Currently is overlapping on the home menu attribute when I hover on the option. For reference check my website www.tdholidays.co.in

Hi there,

You have this code added to the Global CSS that is causing the submenu to cover the main menu item:

.x-navbar .desktop .x-nav > li ul {
    top: -15px;
}

Please try to remove the code and the submenu should display below the main menu.

Hope this helps.

I just checked my global css and there is no such code like the above mentioned snippet.

Hi There,

Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.

.x-navbar .desktop .x-nav > li ul {
    top: 60px;
}

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.