I want to make All Department List Scrollable.How can i do it?
This topic has 6 replies, 2 voices, and was last updated 4 years, 4 months ago ago by Rose Tyler
I want to make All Department List Scrollable.How can i do it?
Hello,
Could you provide URL of the site?
Regards
this
There is no cush option, but you can try to use the next custom CSS code:
.et_column > .et_b_header-menu .secondary-menu-wrapper .menu {
height: 180px;
overflow-y: scroll;
overflow-x: hidden;
}
Regards
great work,Its Working.but now sub menu not showing on hover.How to fix it?
Thank you
Hello,
Sorry, but there is no possibility to have the scroll and submenus together.
Regards
The issue related to '‘How Can I make All department Scrollable?’' has been successfully resolved, and the topic is now closed for further responses