Hello,
this is the Main Menu on a desktop:
On an iPad it looks like that:
Is it possible to disable the search icon here and minimize the Menu fontsize, so that it fits again?
Glad about Help!
Bernd
Hi Bernd!
Add this to your custom CSS.
@media screen and (max-width: 767px) and (min-width:900px) {
nav.main_menu .menu > li > a { padding: 0px !important; }
#menu-item-search { display: none !important; }
}
Best regards,
Elliott
Hi Elliott,
I added your code to the custom CSS, but it made no difference, it looks like before
Any ideas?
Thank you
Bernd
Hi!
I went to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and chose 990px. Please review your website now
Cheers!
Yigit
Hi Yigit,
thanks, but that is not what I asked for.
I think that in case of a vertical iPad view it is better not to have the mobile menu already.
So what about disable the Search icon and make the Menu fontsize and/or padding a little bit smaller?
Thank you for Help
Bernd
Hey!
Please add following code to Quick CSS
@media only screen and (max-width: 990px) {
#top .av_seperator_big_border#header .av-main-nav > li > a {
padding: 0 3px;
font-size: 12px;
}
li#menu-item-search {
display: none;
}}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Cheers!
Yigit
Hey Yigit!
That is almost perfect!
What makes me wonder is:
Why is there much more left and right spacing at “Klinik” and
Why has “Klinik” a border on the left side (while there is no one at the other side of the page at “Geschichte und Auftrag”)
Glad about Help!
Bernd