February 11, 2023 at 1:03 pm
#104020
Theme Horse Support Team
Keymaster
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!