Home Forums WoodMart support forum How to change the button position & size?

How to change the button position & size?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #149244

    lezdotechmed
    Participant

    Hi there,

    Just recently added Pincode availability check plugin to our site. This button was displayed below the Add to Cart button. We would like to change the button to above the add-to-cart button and change the button size as well. How do I change that?

    #149261

    Hello,

    As you want to display the button which is provided by some third party plugin “Pincode availability check” before Add to Cart button. You can use the shortcode provided by the plugin or text in the “Before Add to cart button text area” option from the Theme Settings >>PRODUCT PAGE.

    To change the button size you can use the below css code in Theme Settings >> Custom Css >> Global Custom Css:

    .standard input.wdapziptextbox {
    width:300px;
    }

    I used 300px just to set an example for you. You can use any other size for that button.

    Result: https://jmp.sh/6lbEQMs

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)