Name Your Price Inline Form Problem

https://mobilescreenandglass.com/product/payment/

When on Mobile the input form stays inline and the "Add To Cart" remains off-screen. I changed themes and it didn't happen anymore.


Comments

  • Hello,

    I have opened your website, and this issue is not present.

    Did you handle it?


    Best regards

  • Woocommerce was able to help me resolve this as follows: "At a glance it appears to be due to your theme displaying the NYP form as flex; This tends to cause havoc with plugin forms .You should be able to override those definitions with some custom CSS.

    In your WooCommerce dashboard click on Appearance >> Customize and in that menu Additional CSS. Please add the following CSS code and hit publish. 


    .woocommerce div.nyp-product form.cart{

    	display:block;
    }
    

    "

  • Good to hear that.

    If there is anything else I can help you with, please, let me know.


    Thanks

Sign In or Register to comment.