In the attache you'll find the source of my all problems
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.
In the attache you'll find the source of my all problems
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.
We'd need a link to your site to help figure that out.
Ok. Here it is:
http://stampila-ta.ro/index.php?main...=0&language=en
Question: Is there any chance to arrange 2 options/row ?
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.
It doesn't work.... in the stylesheet.css there is a 'LABEL.radioButtonLabel' but it doesn't work either.
For 2 options per row, you'll need to remove a clearboth or a BR from the PHP file that's generating the list.
label.attribsRadioButton {position: relative; bottom: 0.3em;}
I tested this on your site and it worked. How did you try to use it?