I want to extend the message field so that its the same length as the add to cart button. I don’t want the page to extend to far down. Any guidance??
Hello @christianjf95
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
RESULT:
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
No dice.
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.
Thank you so much.
No pw.
www.heritageflorals.com
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings
.product-information textarea#message { width: 100% !important; }
How do i make it less vertical? Like change height to 50%?
Code updated
.product-information textarea#message {
width: 100% !important;
min-height: 100px;
}



