Hi
I have some issues to address:
1. after recent updates, my mobile second menu that uses widget and custom menu with icons is not showing the icons as before. and the menu does not cover whole width of the screen in tablet and mobile screen size. the color of text should be white and background #333333. The CSS used before:
.et_b_header-menu .nav-sublist-dropdown .item-link > i, .etheme_widget_menu .nav-sublist-dropdown .item-link > i {
margin-right: 5px;
}
@media only screen and (max-width:992px){
.mobile-header-wrapper .menu li.menu-disable_titles .nav-sublist-dropdown {
width: 100vw;
margin-right: 0 !important;
background-color: #333333;
text-align: center;
}
.mobile-header-wrapper .menu li.menu-disable_titles {
position: static;
}
}
2. the secondary menu in desktop screen is defaulted to open with right-side alignment. I need a CSS to force the menu to open left-sided (means the dropdown opens in left side of secondary menu icon).
3. in #2 the dropdown background color can be adjusted in global setting (with all other menus but i need a different color for secondary menus both in desktop and mobile (#333333) with white text and icons. can you provide the CSS for that?
4. How can I adjust the transition width from desktop to tablet mode? I guess theme transits at 922px from desktop mode to tablet/mobile mode.