Dynamic horizontal border for forms using FormBuilder in WordPress

IsolateD

New Member
http://www.easttexascancercharity.com/request-aid/Hi there. I'm new to web development and the domain above is my first project. I need help in making the border of the form 'resize' itself according to how much the textbox for Details is expanded. Vertically, this is already done (probably built-in), but when the textbox is expanded horizontally, the borders of the box remain where they are. I figured this is because the width is hard-coded in as follows: \[code\]#formBuilderAid_Request_Form{**width:375px;**margin-left:100px;border:1px solid #73858C;border-radius:3px;box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);}\[/code\]What property could I use to make it adjust itself?
 
Back
Top