Jump to content

colorpictures is ugly,to smal,what can i do?


Recommended Posts

Hi
Get help before how to get colorsampel on my shop,thank u for that rocky but I notice a problem.look at link, http://www.kosmetikabutiken.se/123-gli-amati-ogonskugga-refill-4-farger.html to many colors push away the info for ordering and very smal frames,not easy to see what color.I tested tu put the colors on the place for productpic and looks great link: http://www.kosmetikabutiken.se/150-testar.html but its not click abel so u can get it in the basket and no were to right info under the pic.any one know some modules or some trix to get it wright.
Mods,I hope its ok that i put link like this?

Link to comment
Share on other sites

It looks like you'll need to modify the colour picker CSS. It is the following block in the /* product.tpl */ section of global.css that you'll need to change:

#primary_block a.color_pick {
   display: block;
   width: 20px;
   height: 20px;
   border: 1px solid #666;
   cursor: pointer
}



Change the width and height from 20px to the size of your texture images. Notice also that it is display: block; not float: left;. That should fix the display problem.

Link to comment
Share on other sites

  • 1 month later...
×
×
  • Create New...