Add magnifying glass icon to mobile menu top tab
-
Hi Vinod! Nice plugin, and thanks for the support earlier, changing the hover colors. I’ve been using this plugin for a few days, but it still doesn’t show up on mobile. So I asked on my theme forum for help and they suggested I use:
@media (max-width: 768px){
.site-navigation-inner .navbar-nav li.search-menu {
position: fixed;
top: 0;
right: 0;
}li.search-menu.sliding form {
right: 0;
left: auto;
}
}I’ve used the above code to display it in the top right corner of my mobile view but it only shows up when the hamburger menu is clicked.
I would like help to display it in the top right corner of the mobile view top tab at all times.Looking forward to your support ??
My site: LipstickAlchemist.com
- The topic ‘Add magnifying glass icon to mobile menu top tab’ is closed to new replies.