Hello everyone
This menu item is currently hidden on mobile, see below:
/*Menu mobile no magnifying glass*/
#av-burger-menu-ul li.menu-item-7841 {
display: none;
}
it is possible that this magnifying glass is displayed under the contact
(now empty column is displayed) can be displayed.
and then there is a text: Dialect word
so symbol magnifying glass and next to it the text
Thanks in advance
kind regards
Franz
Hey schweg33,
Thank you for the inquiry.
You can add this css code to display the search text beside the icon on mobile view:
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
#top .avia_hidden_link_text {
display: inline;
margin-left: 5px;
}
}
Best regards,
Ismael
Thank you very much Ismael
that fits perfectly
you can close this enquiry
kind regards
Francis
Hi,
Great, I’m glad that Ismael could help you out. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard