• Closed by: Marek
  • Closed on: 09.06.17, 23:43
  • Reason: Closed
  • Comment: Glad to help!

Ticket #9333 - al4.5 category page color list if more than 9

Bug 1.img
FIX unfortunately works good only on Chrome, so need to make something for other browser:
CustomCSS:

/* category page, color list if more 9 */
@media (min-width: 769px) {
  #category ul.color_to_pick_list > li:nth-child(1n+10) {position: relative; top: -36px; left: -70px}
  #category .color-list-container {max-height: 12px}
}

Comments

No comments yet