You can just copy the "right_half" styles from the stylesheet and apply them to the HTML block using it's unique ID like this.
/* 2 column ready class applied to html block by id ---------*/
.gform_wrapper .top_label li#field_1_4.gfield_html {margin:0 0 8px 0; width:49%}
.gform_wrapper .top_label li#field_1_4.gfield_html {float:right; clear:right!important}
.gform_wrapper .top_label li#field_1_4.gfield_html+li.gsection {padding:16px 0 8px 0}
.gform_wrapper .top_label li#field_1_4.gfield_html+li.gfield.gsection.gf_left_half,
.gform_wrapper .top_label li#field_1_4.gfield_html+li.gfield.gsection.gf_right_half,
{padding:16px 0 8px 0}
.gform_wrapper .top_label li#field_1_4.gfield_html+li.gfield {clear:both}
.gform_wrapper .top_label li#field_1_4.gfield_html+.gform_footer {clear:both}
test screenshot: http://grab.by/8Cfy
Posted 13 years ago on Thursday January 27, 2011 |
Permalink