can anyone suggest how to resize the custom text input box I have on the following product page. I have tried to amend the base.css file to no avail.
https://aprilstudioscotland.co.uk/products/custom-birthday-candle
can anyone suggest how to resize the custom text input box I have on the following product page. I have tried to amend the base.css file to no avail.
https://aprilstudioscotland.co.uk/products/custom-birthday-candle
You can try:
.installment {
width: max-content;
}
Change ‘max-content’ to whatever fits for your requirement. I hope this helps
Hi @J1104
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Richard | PageFly
@J1104 , do this to fix it in 20 seconds:
.product #message {
height: 80px;
min-height: unset !important;
max-height: unset !important;
}
You can change the 80px value to any height you wish.
If it helps you please click on the “like” button and mark this answer as a solution!
Thank you.
Kind regards,
Diego