Home / Technical how to / How to make mobile advanced search open by defaultHow to make mobile advanced search open by default 6352 views To make mobile search open by default add this css in Theme options – Design – Custom css @media only screen and (max-width: 768px){ #adv-search-mobile { display: block!important; } } Result: