- 
		AuthorPosts
 - 
		
			
				
March 4, 2019 at 12:56 pm #1074336
Hello,
the search icon is missing on my mobile menu allthough the settings suggest it should be there
Can you give me a clue how to make it appear please
cheersMarch 5, 2019 at 9:32 am #1074738maybe this post could help you
March 5, 2019 at 9:36 am #1074741Hi,
Thanks for sharing and helping out @wealthyone, could you check that out @angereichert?
Best regards,
RikardMarch 5, 2019 at 5:12 pm #1074976Hi
unfortunately still no search icon on mobile menu…
any other suggestions?
Cheers JuttaMarch 6, 2019 at 10:19 pm #1075673Hi Jutta,
https://cl.ly/8dbcab24cf67 This code in your styles.css is hiding the search. Please remove the code.
If you need further assistance please let us know.
Best regards,
VictoriaMarch 13, 2019 at 3:48 pm #1078292Good Morning Victoria,
thanks, that was it.
But another problem arrouse deleting this code/*——————————————– */
/* Activate burger menu at certain size */
/*——————————————– */
@media only screen and (max-width: 1300px) {
#top #header .av-main-nav > li.menu-item {
display: none!important;
}
#top #header .av-burger-menu-main {
cursor: pointer;
display: block!important;
}}I was told to put that code in to prevent the menu running into
the logo when reducing the display size.
Now
How do I stop the menu running into the logo when reducing the displaysize without deleting the search…Thanks and have a nice day
JuttaMarch 14, 2019 at 7:27 pm #1078814Hi Jutta,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 1300px) { nav.main_menu, #menu-item-search { display: block !important; } .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }If you need further assistance please let us know.
Best regards,
Victoria - 
		AuthorPosts
 
- You must be logged in to reply to this topic.
 
