You could remove the margin in the .wrapperAttribsOptions rule in the stylesheet to bring them closer together by changing the .3em to 0.
.wrapperAttribsOptions {
margin: 0.3em 0em;
}
If that's still not close enough, you can change the .3em to a negative margin, like -.3em.


Reply With Quote
