Menu width
- GK User
- Fri Jul 01, 2016 7:27 am
Hi,
How can I change the menu width? As you can see the menu doesn't show the 2nd sidemenu's properly.
This is how the structure has to be:
Teams
- Heren1
-- Veld
--- Stand
--- Team
As you can see, the submenu's Stand isn't completely visible and Team isn't visible at all.
link
Tnx in advance,
Michael
How can I change the menu width? As you can see the menu doesn't show the 2nd sidemenu's properly.
This is how the structure has to be:
Teams
- Heren1
-- Veld
--- Stand
--- Team
As you can see, the submenu's Stand isn't completely visible and Team isn't visible at all.
link
Tnx in advance,
Michael
-
- Expert Boarder
- teitbite
- Sun Jul 03, 2016 1:25 pm
Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
.gkMenu > ul > li .childcontent .childcontent {
overflow: visible !important;
}
-
- Moderator
- GK User
- Mon Jul 04, 2016 7:05 am
teitbite wrote:Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
.gkMenu > ul > li .childcontent .childcontent {
overflow: visible !important;
}
Yes thank you!
-
- Expert Boarder
- teitbite
- Thu Jul 07, 2016 12:38 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
-
- Moderator
4 posts
• Page 1 of 1