Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Cannot get attribute images to lign up in one row

Cannot get attribute images to lign up in one row

Locked

Views: 1,522

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
4 Nov 2008, 6:07 AM
#2
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,781
Plugin Contributions:
11

Re: Cannot get attribute images to lign up in one row

I believe it's some css settings that are causing the shift. Have you tried switching to classic to see if it goes away?

4 Nov 2008, 11:50 AM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Cannot get attribute images to lign up in one row

Try this in the stylesheet:

.attribImg{
float:left;
padding-right:120px;
}

You'll have to play with the padding, and maybe margin to get them where you want them.

4 Nov 2008, 3:51 PM
#4
kachana avatar

kachana

New Zenner

Join Date:
Oct 2008
Posts:
24
Plugin Contributions:
0

Re: Cannot get attribute images to lign up in one row

Thank you, dbltoe. Yep, classic template works. So, it's my CSS. And stevesh's suggestion fixed my problem, so thank you! Now my label ("please choose") is off:(

Thanks,

Kachana

4 Nov 2008, 4:15 PM
#5
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Cannot get attribute images to lign up in one row

Depending on where you want it, this works for me:

**#attribsOptionsText{
color:#ef4e81;
float:left;

}**

5 Nov 2008, 7:56 PM
#6
kachana avatar

kachana

New Zenner

Join Date:
Oct 2008
Posts:
24
Plugin Contributions:
0

Re: Cannot get attribute images to lign up in one row

Thank you, stevesh. I did as you suggested, and played with padding until I got the layout I wanted. I do appreciate your help very much.

Kachana