Home Forums Themes Support Claue Search icon on mobile devices

Viewing 2 reply threads
  • Author
    Posts
    • #34761

      Hello,

      We just noticed the search icon at the top-right corner will be removed on some mobile devices (cell phone). How can we keep it always showing up, no matter what devices clients use?

      Thank you.

    • #34762

      Hi Leon,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      @media only screen and (max-width: 736px) {
      .sf-open.hidden-xs {
      	display: block;
      }}

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #34768

      Thanks a lot for the help, it works great!

Viewing 2 reply threads

You must be logged in to reply to this topic.