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*

Search responsive?

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #103305
    Sonja
    Blocked

    Where is the search icon/function in other views than desktop? How can I put it there? Thanks in advance.

    #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!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.