Hi there ,
The quantity , add to cart buttons are not working after I had added the the text field above them . Can any one assist me with this issue .
Thank You!!!
Hi there ,
The quantity , add to cart buttons are not working after I had added the the text field above them . Can any one assist me with this issue .
Thank You!!!
Hey @jnud21
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
I added this code , but now I am unable to enter anything in the text field
Hi, Try to add this css
.product__info-container .shopify-block {
height: auto;
overflow-y: hidden;
}
If worked then adjustment you css to make it great.
Thanks
Hi ,
I tried adding the above code , the buttons still do not work .
The button not work because the layer of Input fields is above the buttons, the margin bottom of fields is -115px so we need set button above of the fields or fix the margin.
.product-form {
display: block;
position: relative;
z-index: 2;
}
.product__info-container .shopify-block {
height: auto;
overflow-y: hidden;
}
Is this give impact? in my browser these css is fixed your problem.