Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #994725

    Hi
    Add below code in custom.css file to show the search button

    div.finder {
        display: -webkit-inline-box;
    }

    Hope it helps .

    tresoar Friend
    #995031

    Actually I want the search button gone on smaller screens.. Not to show the button. The button already shows.

    Pankaj Sharma Moderator
    #995035

    Hi
    Add below code in custom.css file to remove the button from smaller views

    
    @media (max-width:768px) { div.finder .btn {display:none;} }}

    Regards

    tresoar Friend
    #995143

    Thanks, it works!

    Pankaj Sharma Moderator
    #995431

    You are welcome!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 11 months ago.

The topic ‘How to make search button invisible on smaller screens?’ is closed to new replies.