Topic RSS
5:59 pm
Firefox 6.0.2 and Safari (not sure which version) both on Mac (I don't know how this will look on PC)
http://talentdiner.com/caagdev/website/go-here/contact-us/
Problem: Fields are too wide, forcing the labels above the field. I've changed the width settings in the style sheet but it has no effect.
Hope this is worth a new thread, I looked through the older posts until exhaustion, but did not see a correction for this.
8:09 am
Your field width is coming from .cform input which is set to 97%. You need to either reduce that number to say 50% so all fields shrink or you need to change the width of each field using the field id value. The field id has the name like
cf_field_<n>, so cf_field_1, cf_field_2, etc.
I believe a line at the bottom of your css file like
#cf_field_2 { width 100px; }
should shrink the field width.
Most Users Ever Online: 959
Currently Online:
56 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
tracedef: 43
mores: 21
Gyrus: 20
frozenwaste: 18
asuffredini: 15
photoworks: 14
Member Stats:
Guest Posters: 3568
Members: 1464
Moderators: 3
Admins: 1
Forum Stats:
Groups: 1
Forums: 4
Topics: 5172
Posts: 18414
Newest Members: juredujmovic, dreamkeeper, rajattyagi, wrokaa, lukass
Moderators: Paul (421), cnymike (8), sonika (95)
Administrators: Oliver (6398)
FAQs
Home
Add Reply
Add Topic
Quote








