Home Forums Themes Support Claue Changing the quantity

Viewing 4 reply threads
  • Author
    Posts
    • #24549

      Hi Harry,

      If you check the website on a real mobile device, you will see that working with the quantity button is sometimes hard.

      touching + and – needs so much of concentration.

      Is there any way to increase the space action of the + and – ?

      Thank you.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #24550

      Or make them bigger for users to work better with them.

      It needs you to check it out on your mobile.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #24583

      Hi Rahim,

      Thank you for suggest. Please add new code

      @media only screen and (max-width: 736px) {
      .quantity .tc a {
      	top: 7px;
      		width: 25px;
      	}
      	.quantity .tc a.minus {
      		left: 6px;
      	}
      	.quantity .tc a.plus {
      		right: 6px;
      	}
      }

      Kind regards

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

    • #24584

      Hi Harry,

      You’re welcome my friend.

       

      What about the device larger than 736px?

      I think this change should be affected on all touch devices?

      What do you think?

      And if you agree what should be the maximum px?

       

      Regards,

      Rahim

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #24592

      Hi Rahim,

      Please change to

      @media only screen and (max-device-width: 1366px) {
      .quantity .tc a {
      	top: 7px;
      		width: 25px;
      	}
      	.quantity .tc a.minus {
      		left: 6px;
      	}
      	.quantity .tc a.plus {
      		right: 6px;
      	}
      }

      Kind regards

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

Viewing 4 reply threads

You must be logged in to reply to this topic.