xenobius Posted November 18, 2012 Share Posted November 18, 2012 Hi all, Any help in how to make such a HUGE colour selector use 8 columns or 7 columns instead of 4? http://shop.goldenrosemalta.com/1146-golden-rose-paris-nail-lacquer.html Thanks a lot X Link to comment Share on other sites More sharing options...
Dh42 Posted November 18, 2012 Share Posted November 18, 2012 In your themes/themename/css/product.css file around line 147 it has width:125px, take that out, or change it to something greater. taking it out will give you 9 columns btw. Link to comment Share on other sites More sharing options...
xenobius Posted November 18, 2012 Author Share Posted November 18, 2012 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. Link to comment Share on other sites More sharing options...
Dh42 Posted November 18, 2012 Share Posted November 18, 2012 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 More sharing options...
xenobius Posted November 18, 2012 Author Share Posted November 18, 2012 Nice looks much better Thanks a lot ! Link to comment Share on other sites More sharing options...
Dh42 Posted November 18, 2012 Share Posted November 18, 2012 No problem. Link to comment Share on other sites More sharing options...
Recommended Posts