Hello,
Thanks for your work, theme is great. At this stage I only face one issue I can't resolve myself:
- looks like side-menu's height has a limit of 300px: where can I extend this value?
Quite annoying as part of the menu is hidden and not functional.
Many thanks in advance for your reply.
Best regards.
Hi,
Could you send us some screenshots of the problem
You can see it directly on your live demo (see screenshot www.idcode.ch/leaders-screenshot.png) => "Blog" and "Contact" menu links are not visible as side menu's height is somehow automatically set to 300px. Therefore I simply need you to help me find where are this 300px defined...
Many thanks.
Hi,
Thank you very much for your feed back
We will check and fix this
Regards,
Ok thank you - please keep me informed as soon as possible, as it's the last issue that prevent me to upload website to prod.
Regards
Hi,
Please open main.css file (md_leaders/css/main.css)
go to line 130, and add "overflow-y: auto !important;" within #mainmenu.sf-menu { }
Hello,
Thanks for your help. Unfortunately on my website your fix does not work. The only way I could find (which is ok for me) was to manually set a fixed height while adding following class:
.superfish{
height: 500px !important;
display: none;
}
Regards
Hi,
Thank you very much for your concern in our theme as well as your feedback
Regards,