Jump to content

Huge Colour Selector


Recommended Posts

Ok found it on line 297 and it worked.

Just one thing please, can you tell me how to align the labels too?

 

There are:

Colour

Reference

Quantity

 

If you check now it is still 125px but I did it and it worked. I will apply it when the labels are aligned too.

:D

Link to comment
Share on other sites

Change the width of the labels to around 75 px. Then float this right

#attributes .attribute_list {
display: inline-block;
float: right;

 

It should be around line 147

 

But you can only do a max width of 175 on the picker, it will give you 6 columns.

Link to comment
Share on other sites

×
×
  • Create New...