Tagged: mobile, search box, social icons
I want to display the Social Icons and Search Box on the responsive mobile. But they dissapear
I also want the menu to be a select drop down box instead of the current one.
Thanks in advance!
Hey ionutdumitru!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 989px) {
.responsive .av_mobile_menu_tablet .main_menu, #top #menu-item-search { display: block; }
.av-main-nav > li { display: none; }}
Best regards,
Yigit