Hi guys,
I want a search icon on mobile. I tried to add the following code to Quick CSS in Enfold theme options under General Styling tab but it doesn’t work. Can you help me?
@media only screen and (max-width: 767px) {
.main_menu .avia-menu, #header_main_alternate {
display: block !important;
}
.av-main-nav > li { display: none; }
li#menu-item-search {
display: block!important;
margin-top: -90px;
right: 70px;
}
.responsive .main_menu {
float: right;
}}
Hey neonlights79,
Can you give us a link to your site? so we can check it.
Best regards,
Nikko
Hi Nikko,
the link site is in the private content.
Thank you su much
Luigina
Hi neonlights79,
Thanks for the link, please try adding this CSS code:
@media only screen and (max-width: 767px) {
#top #header .av-main-nav > #menu-item-search {
display: block !important;
margin-top: 0;
right: 20px;
}
}
Best regards,
Nikko
Hi Nikko,
thank you so much, now the Css code works.
Luigina
Hi Luigina,
We are delighted to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko