Topic RSS
5:07 pm
How do you expand the entire form width? It is currently centered on my contact page, but it is too narrow and there's too much space on each side.
I tried updating:
.cform {
margin:10px auto 0 auto;
width: 410px;
…… to 510px and 610px, but this did nothing. I'm a total newb to CSS.
Thanks!
9:00 pm
March 6, 2005
Offline10:05 pm
I'm using WAMP server.. and running this on my laptop at work, so it's only accessible by other intranet users.
11:07 pm
March 6, 2005
OfflineThat makes is difficult to troubleshoot. Generally (above), you've done the right thing.
6:36 am
You need to modify these lines in the stylesheet:
.cform textarea,
.cform input {
width:275px;
}
.cform select {
width:275px; /* attempt to have equal length */
padding:2px 0;
I'm not a css genius either…you just gotta poke around to find it. But now you know just use the 'find' feature in your browser to drop down to that section in the stylesheet.
Most Users Ever Online: 959
Currently Online:
63 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: 3549
Members: 1464
Moderators: 3
Admins: 1
Forum Stats:
Groups: 1
Forums: 4
Topics: 5157
Posts: 18387
Newest Members: juredujmovic, dreamkeeper, rajattyagi, wrokaa, lukass
Moderators: Paul (421), cnymike (8), sonika (95)
Administrators: Oliver (6398)
FAQs
Home
Add Reply
Add Topic
Quote











