Home Forums Themes Support Claue add cart button

Tagged: 

Viewing 4 reply threads
  • Author
    Posts
    • #16715

      Good afternoon. Please tell me how to correctly make the button was square and that on iphone 5 the button was placed completely. Did I make the button square?))

      Attachments:
      You must be logged in to view attached files.
    • #16722

      Hi,
      Sorry for the late response, please use the custom CSS code below

      @media only screen and (max-width: 320px) {
      	.single_add_to_cart_button {
      		width: 100% !important;
      	}
      }

      Cheers,
      Foster

    • #16778
      This reply has been marked as private.
    • #16799

      Hi Alexey,

      Please change code to

      @media only screen and (max-width: 414px) {
      	.single_add_to_cart_button {
      		width: calc(100% - 50px);
      	}
      }

      and clear cache and check again.

      Best regards

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

    • #16895

      Thank you, Harry, it worked. Excellent))

Viewing 4 reply threads

You must be logged in to reply to this topic.