PDA

View Full Version : Stop Wufoo form going full width


jeale
Aug-04-2009, 02:12 PM
Hello all
I have a Wufoo form on my contact page and it goes the full width of the page. I have managed to reduce it a bit by changing the gallery style to Jounal Old but would like to reduce it more and keep it centered on the page.
I have made all the fields small on the Wufoo side of things.
Any assistance would be greatly appreciated
Cheers
Glenn

denisegoldberg
Aug-04-2009, 03:13 PM
See if this gets you any closer to the look you are after:
.gallery_7445955 #journal {
width: 500px;
text-align: center;
}
--- Denise