Hi everyone,
I can’t format my terms and conditions checkbox properly. At the moment the width of the text area is small before an automatic line break forces the text onto the next line.
I want it to look like the screenshot. How do I use the full space? Google can’t give me the correct code.
Because I have a medical product, my customers need to check multiple boxes and I need to write 3 lines of text for each checkbox.
I know there are apps available. But I try to avoid subscriptions to apps. This is why I bought this section with a one-off purchase.
If this can’t be fixed with code, is there another app or section that I can purchase with a one time payment?
https://pectusfix.com/cart Password: skeolt
Thanks in Advance.
Paul
Hello @Pascudd ,
Here are the steps to apply the necessary changes in your Shopify store:
- In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
- Locate Asset > base.css and paste the following code at the bottom of the file:
.cart__blocks label p {
width: 100% !important;
min-width: 300px !important;
}
Let me know if you need further assistance!
2 Likes
Dear Zestard,
thank you again!
It’s pretty perfect, but I don’t like that the red-highlighted checkbox in the middle is not vertically aligned with the text. Is there a way to fix that?
The second thing is that I would like to add rich text in the highlighted green area. Is this possible?
Thanks again!
Hello @Pascudd ,
Glad that the solution worked for you!
Here are the steps to apply the necessary changes in your Shopify store:
- In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
- Locate Asset > base.css and paste the following code at the bottom of the file:
.cart__blocks label {
display: flex;
align-items: center !important;
}
For your second question, please send us a direct message or reach out to us at support@zestard.com—we’re happy to help!
Let me know if you need further assistance!
1 Like