Search disappears around 990px width and on down to mobile/hamburger menu. I checked this thread and used the css here but it didn’t work: https://kriesi.at/support/topic/search-icon-disappears-on-mobile-after-enfold-update-3-1-3/
Thanks
Hey wordsatworkmn!
Can you please post the link to your website so we can provide you an accurate custom CSS code?
Regards,
Yigit
Hi, sorry this is on my client’s server and it isn’t publicly viewable. I’m on Enfold version 3.2.3. Would a screen image be helpful?
Hey!
Please firstly update Enfold to the latest version 3.3.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
and then post a screenshot of your header :)
Regards,
Yigit
Here’s a screenshot. It seems to only disappear when going to the mobile/hamburger menu.
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 989px) {
.html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate, .responsive #header .main_menu ul, #top #menu-item-search { display: block; }
.av-main-nav li { display: none; }}
Regards,
Rikard
Sorry, that didn’t work. It actually makes my menu disappear around 990px then reappear as the hamburger around 770px.
Hey!
You can actually add the search bar inside the “hamburger menu”. Please refer to this link: https://kriesi.at/support/topic/easy-slider-with-video-header-icon/#post-480687
Regards,
Ismael
Thank you, we’re currently using that method in the suggested post.