Hello,
I have selected the menu type:'classic menu' in template settings.
The last submenu of every menu item is not shown correctly, the submenu is not in the white area (see the attached image).
How can I solve this problem?
Thanks in advance
.gkMenu > ul li div.childcontent {
/*padding: 15px 0;*/
padding: 0 0;
}
Rosa wrote:I have found the solution,
I have added:
- Code: Select all
.gkMenu > ul li div.childcontent {
/*padding: 15px 0;*/
padding: 0 0;
}
to override.css file, and now the subitems are shown correctly