I cannot get my Option Names to align with my attributes. For example, here:
http://ecommercewahm.com/store/index...roducts_id=104
Size is under the drop down menu instead of above, or alongside. How can I change that?
Thanks!
I cannot get my Option Names to align with my attributes. For example, here:
http://ecommercewahm.com/store/index...roducts_id=104
Size is under the drop down menu instead of above, or alongside. How can I change that?
Thanks!
abcoombe;
Look for the following lines of code in your css file:
form, select {
display: inline;
margin: 0.1em;
}
form, select {
display: inline;
margin: 1.5em;
}
And change the last line like in my example to 1.5em. Does that do what you are looking for? I suggest using the Firefox browser with the webdeveloper add-on. Once you get used to using that tool you'll wonder how you ever did without it.
I hope this helped
Sincerely,
0be1
"Give me one hundred preachers who fear nothing but sin and desire nothing but God, and I care not whether they be clergymen or laymen, they alone will shake the gates of Hell and set up the kingdom of Heaven upon Earth." - John Wesley
Thank you, I'll try that! I'll let you know.
Are you talking about FireBug? I have that, and don't know how I would live without it :)
It worked!! Thank you SO much!
Glad I could help...
Sincerely,
0be1
"Give me one hundred preachers who fear nothing but sin and desire nothing but God, and I care not whether they be clergymen or laymen, they alone will shake the gates of Hell and set up the kingdom of Heaven upon Earth." - John Wesley