Forums / Setting Up Categories, Products, Attributes / Radio button lable align, please help !

Radio button lable align, please help !

Results 1 to 2 of 2
17 Jan 2011, 05:02
#1
ukrik avatar

ukrik

New Zenner

Join Date:
Feb 2008
Posts:
25
Plugin Contributions:
0

Radio button lable align, please help !

Hi guys,

for hours i have been trying to figure out where to "valign" and set "margin right" of radio button, right now the lable is to close to the button and in is not vertical.
Have a look here.
http://foxybabygifts.com/index.php?main_page=product_info&cPath=34_38&products_id=112

i was trying to look for the right css file to edit it but cannot find the option for it.

Please help me.
Thank you
17 Jan 2011, 06:27
#2
ukrik avatar

ukrik

New Zenner

Join Date:
Feb 2008
Posts:
25
Plugin Contributions:
0

Re: Radio button lable align, please help !

:clap:Ok found it from other source so here it is:

Look for the line for LABEL, h4.optionName. (Located in stylesheet.css, I’m 99.9% sure that this is not used anywhere besides the product info page.)

Change it to

LABEL, h4.optionName {
line-height: 1.5em;
padding: 0px; margin: 0px 5px 0px 5px;
}

The default style has a top margin that is causing the lack of alignment.