badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Search responsive?

#104020

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!