Please help me get search icon back on mobile view…this happened about a year ago when upgrading theme and has happened again. See in private content…
Thanks.
Hey wesleysoccer!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.main_menu .avia-menu, #header_main_alternate, .fallback_menu {
display: block;
}
#top #menu-item-search {
top: -100px;
left: 250px;
}}
Best regards,
Yigit
Thanks for the help…got it back up…
changed the code to this:
@media only screen and (max-width: 767px) {
.main_menu .avia-menu, #header_main_alternate, .fallback_menu {
display: block;
}
#top #menu-item-search {
left: 135px!important;
top: -110px!important;
}}