This topic is: resolved
- This topic has 5 replies, 3 voices, and was last updated 11 years ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Quform WordPress › Adjusting form height
Hi Ally, everyone 🙂
I installed my quform here on this sidebar but the form needs to be adjusted on the height. I’ve been adjusting values trying to make this adjustment but it seems like the theme its making the form to look bigger. How can I reduce the form a little bit so it doesn’t look that big?
http://www.rebathdfw.com/location/
Thanks for in advance for the help!
jesus
Start by editing the following or add to your custom CSS
#sidebar input[type="text"]{
margin-bottom: 10px;
height: 40px;
}
located in http://www.rebathdfw.com/wpx-content/themes/nevermind/style.css
Line 2235
Hi josef777,
I just added the provided code to my custom css with no luck.
Edit this code to something like
#sidebar input[type="text"] {
margin-bottom: 0;
height: 25px;
}
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
Awesome!
That’s much much better!
Thanks!