Tagged: best theme
Where is the search icon/function in other views than desktop? How can I put it there? Thanks in advance.
Hi Sonja,
We have disable search feature in smaller devices, if you want to show even in smaller devices just add below custom CSS code to show search feature in smaller device.
#site-navigation .d-none { display: block !important; } #site-navigation .navbar span.search-toggle { padding: 10px 15px; border-top: 1px solid rgba(0, 0, 0, 0.1); }
Thank you!