13 Jun 2009, 10:34
#1
- Join Date:
- Jun 2009
- Posts:
- 14
- Plugin Contributions:
- 0
How to align the object?
In the attache you'll find the source of my all problems :smile:
How can I align the text of the with the point of the radio (the point is upper than the text) marked with the red in the attache ?
Thank you.
13 Jun 2009, 10:52
#2
- Join Date:
- Feb 2005
- Posts:
- 19,793
- Plugin Contributions:
- 2
Re: How to align the object?
We'd need a link to your site to help figure that out.
13 Jun 2009, 17:15
#4
- Join Date:
- Jul 2005
- Posts:
- 21,876
- Plugin Contributions:
- 6
Re: How to align the object?
Add to your stylesheet
label.attribsRadioButton {position: relative; bottom: 0.3em;}
Making two options per row will be more complicated, and will require some PHP recoding.
13 Jun 2009, 18:27
#5
- Join Date:
- Jun 2009
- Posts:
- 14
- Plugin Contributions:
- 0
Re: How to align the object?
It doesn't work.... in the stylesheet.css there is a 'LABEL.radioButtonLabel' but it doesn't work either.
13 Jun 2009, 18:33
#6
- Join Date:
- Jan 2009
- Posts:
- 2,085
- Plugin Contributions:
- 0
Re: How to align the object?
For 2 options per row, you'll need to remove a clearboth or a BR from the PHP file that's generating the list.
15 Jun 2009, 03:00
#7
- Join Date:
- Jul 2005
- Posts:
- 21,876
- Plugin Contributions:
- 6
Re: How to align the object?
label.attribsRadioButton {position: relative; bottom: 0.3em;}
I tested this on your site and it worked. How did you try to use it?