Shopify themes, liquid, logos, and UX
hey so I made a custom liquid code for a text form
this is the code
<textarea
required
class="text-area"
placeholder=" Type your email here"
name="properties[your_email]"
form="product-form-{{ section.id }}">
</textarea>
and I have no idea on how to make it the same length as the "buy" button or even make the height of it as I desire
please help
Hi @yua ,
You need to add css code same height and width of the button. You like to match.
how do I do that? is it "class" command?
or just put height and width? since that doesn't work
It depends how you like to attach the style.
You can attach by style tag.
<style>
.textarea {
width:
hieght:
}
</style>
Thank you I will try
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025