hi got sidebar form with gf_left_half and gf_right_half but can't get the two side by side,
also the text is in one heap to the left instead across the width search through all pages with no luck.
thanks barry
http://www.g2i.co.uk
hi got sidebar form with gf_left_half and gf_right_half but can't get the two side by side,
also the text is in one heap to the left instead across the width search through all pages with no luck.
thanks barry
http://www.g2i.co.uk
Try dropping this CSS into your theme's stylesheet:
[css]
#field_8_7, #field_8_8 {
width: 35%;
}
Hi Rob put that in css took out text left one higher than other? thanks for help. barry v
Try this instead:
[css]
#field_8_7 {
width: 35%;
}
#field_8_8 {
width: 40%;
padding-left: 0 !important;
}
hi that's sent it back to where was before
I updated the snippet above, try with that.
Rob thank you very very much barry
No problem Barry, glad to help!