Hi,
I added the following custom CSS to my theme:
.main_menu .menu ul {
height: 500px;
overflow: hidden;
overflow-y: auto;
}
I did this because my languages menu is long and without this added CSS it is not scrollable and users cannot select languages at the bottom of the list like Chinese & Thai.
However I don’t want my About menu to be 500px tall as it is currently because of this CSS.
Is there a way to make my Languages menu scrollable without also forcing all menus to be 500px tall?
Thanks
Hey lucybb!
Please remove the code, restore it and we will help you with the changes needed, but we need to see it on the correct preview.
Thanks a lot
Best regards,
Basilis
Thanks.
I have removed this code now:
.main_menu .menu ul {
height: 500px;
overflow: hidden;
overflow-y: auto;
}
Now my “About” menu is fine but my languages menu can’t be scrolled.
Thanks
Hi,
Please use following code instead
.menu-item-language .submenu-languages {
height: 500px;
overflow: hidden;
overflow-y: auto;
}
Best regards,
Yigit
Perfect :) Thank you very much
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit