Home Forums Themes Support Claue Show Header right content on all devices

Tagged: 

Viewing 2 reply threads
  • Author
    Posts
    • #33357

      Hi, great template! I want the Header right content to be shown on all devices. Right now, I can’t see it on mobile and tablet. How can I do that? Thank you in advance.

    • #33358
      This reply has been marked as private.
    • #33361

      Hi,

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

      @media only screen and (max-width: 1024px) {
      .header__top .jas-col-sm-6.jas-col-xs-12,
      .header__top .jas-col-sm-2.jas-col-xs-12 {flex-basis: 50%; max-width: 50%;}
      .header__top .jas-col-sm-2.hidden-sm {display: block;}
      .header__top .jas-col-sm-2.jas-col-xs-12.end-sm {-webkit-justify-content: center;-ms-flex-pack: center;-webkit-box-pack: center;justify-content: center;text-align: center;}
      }
      @media only screen and (max-width: 736px) {
      .header__top .jas-col-sm-2.hidden-sm {display: block;}
      }

      By the way, your support expired. Could you please renew your support at https://themeforest.net/item/claue-clean-minimal-woocommerce-theme/18929281 that will help us continue develop new features and improve our theme.

      Thanks

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

Viewing 2 reply threads

You must be logged in to reply to this topic.