[Resolved] Mobile add to cart button

Home Forums Support [Resolved] Mobile add to cart button

Home Forums Support Mobile add to cart button

  • This topic has 3 replies, 2 voices, and was last updated 2 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2174936
    tolis

    hello, i have from site library the merch template for ecommerce and the add to cart button shows when you hover on image in desktop but in mobile its like usual and it left align, i want to center in mobile the add to cart button.

    Thanks in regards. i have shared the link

    #2175292
    David
    Staff
    Customer Support

    Hi there,

    add this CSS:

    @media(max-width: 768px) {
        .woocommerce ul.products li.product.woocommerce-text-align-left .button {
            margin-left: auto !important;
        }
    }
    #2175359
    tolis

    thanks a lot it worked. 😉

    #2175365
    David
    Staff
    Customer Support

    Glad to hear that!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.