[pmwiki-users] Comment Box Plus, Left Align Form

Hans Bracker design at softflow.co.uk
Fri Mar 9 15:47:31 CST 2012


Hi Jasyn,

Friday, March 9, 2012, 8:56:43 PM, you wrote:
> How do I get the comment form to align left?

add to css/local.css or to commentboxplus/commentboxplus.css

#message table { text-align:left; width:70%; }
#message  th { text-align:left; width:8em; }

#message is the name of the div surrounding the form and the table
holding the labels and controls.
Adjust the width of #message table as you need (it is hard coded to
90%).
Fine adjust the width of #message th to suit your text.


Best regards,
Hans   
www.softflow.co.uk




More information about the pmwiki-users mailing list