Home Forums Themes Support Claue Account icon missing on mobile device

Viewing 2 reply threads
  • Author
    Posts
    • #23608

      customers are complaning The account icon in top right is missing on mobile.  how do i put that in?

    • #23611

      Hi,

      Please add below code

      @media only screen and (max-width: 736px) {
      .jas-my-account {
      	display: block;
      }
      .jas-action > * {
      	padding: 0 2px;
      }
      }

      Kind regards

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

    • #23622

      Hi,

      Please reply on this topic and change code to

      /* Show my account icon on mobile */
      @media only screen and (max-width: 736px) {
      .jas-my-account {
      	display: block;
      }
      .jas-action > * {
      	padding: 0 2px;
      }
      }

      Best regards

      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.