• Resolved leandrico32

    (@leandrico32)


    Hello there… i′m using the extra option product plugin and is really good. but now i have this problem. Can you send some help?

    screenshoot

    On mobile the purchase button is gone.

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    Please try adding the below style in your theme’s Additional CSS.

    .woocommerce div.product.elementor form.cart .woocommerce-variation-add-to-cart{
        flex-wrap: wrap !important;
    }

    We hope this will help.

    Thank you!

    Thread Starter leandrico32

    (@leandrico32)

    ouch! i added the code on the additional CSS but it doesn′t do anything.

    Plugin Author ThemeHigh

    (@themehigh)

    Please try to add the below style in your theme’s Additional CSS.

    .woocommerce-variation-add-to-cart {
          display: block !important;
    }

    We hope this will help.

    Thank you!

    Thread Starter leandrico32

    (@leandrico32)

    Thanks Themehigh team for your reply and help, just one more thing i need to aling the button in the center of the form.

    Plugin Author ThemeHigh

    (@themehigh)

    Please try to add the below style in your theme’s Additional CSS.

    .woocommerce .product div.entry-summary .cart .button {
          margin: 0px 0px 9px 218px;
    }

    Hope his help.

    Thank you!

    Thread Starter leandrico32

    (@leandrico32)

    Hello! thanks guys!! it looks like i want.

    Plugin Author ThemeHigh

    (@themehigh)

    Great!

    Thread Starter leandrico32

    (@leandrico32)

    Hello guys!! sorry me again with same thread, i have a problem when i see the button on mobile. How can i set up one view without broke the desktop view.

    THANKS!!

    Plugin Author ThemeHigh

    (@themehigh)

    We are a little bit unclear about your exact requirement. Could you please clarify with the help of a screenshot?

    Thank you!

    Thread Starter leandrico32

    (@leandrico32)

    Plugin Author ThemeHigh

    (@themehigh)

    Please try to add the below style in your theme’s Additional CSS.

    @media only screen and (max-width: 500px) {
       .woocommerce .product div.entry-summary .cart .button {
            margin: 0px 0px 8px 102px;
    
         }
       }

    We hope this will help.

    Thank you!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Varieble product error’ is closed to new replies.