I added a gform at the header area, I want to know how to make the box closer to the description?
Here is the link http://www.VincentYim.com
I added a gform at the header area, I want to know how to make the box closer to the description?
Here is the link http://www.VincentYim.com
Try adding this to the end of your theme stylesheet.
[css]
body #gform_wrapper_8 .gform_heading {
margin-bottom: 0;
}
screenshot: http://bit.ly/p0wkOO
it looks like you may need to tweak your button position afterwards though.
I added the css code, if possible I want the description goes as close as possible, is that possible to make that changes?
I'm also trying to figurerise how to make the name and email fields width shorter in order for me to place submit button within the description boundary.