Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Need help with attributes placements

Need help with attributes placements

Views: 464

Results 1 to 3 of 3
8 Oct 2012, 7:15 PM
#1
nolsowski avatar

nolsowski

Inactive

Join Date:
Aug 2010
Posts:
324
Plugin Contributions:
0

Need help with attributes placements

I am trying to get my attributes to be on the same line. If you go here and click on "Options & Add to Bag" tab you will see my attributes. Is it possible to get the gift wrap and the color options the same height as the size option? If not, what would you recommend I do?

I have been playing with it in Firebug but I don't know CSS very well to make it move like I want to.

Thanks in advance!

8 Oct 2012, 8:35 PM
#2
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,085
Plugin Contributions:
56

Re: Need help with attributes placements

You could start with

.wrapperAttribsOptions { float: left; }
.wrapperAttribsOptions+br { display: none; }

8 Oct 2012, 8:45 PM
#3
nolsowski avatar

nolsowski

Inactive

Join Date:
Aug 2010
Posts:
324
Plugin Contributions:
0

Re: Need help with attributes placements

Thank you! Do you have any idea why it switched my size and my color around. It was size first then color second.

Edit* NVM I forgot to set the order on them. lol