• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 28.06.16, 14:51
  • Opened by: Alex
  • Closed by: Marek
  • Closed on: 09.06.17, 23:45
  • Reason: Closed
  • Comment: Glad to help!

Ticket #9701 - al4.5 Flex, Brands items with diff dimensions

If brands logo has different dimensions it looks bad in the Flex menu
http://prntscr.com/bm40va

Fix:
CustomCSS

@media (min-width: 1170px) {
    body .flexmenu ul li.menu-manufacturer:nth-child(6n+6) {
        margin-right:0 !important;
    }
    body .flexmenu ul li.menu-manufacturer:nth-child(6n+7) {
        clear:left !important;
    }
}

Comments

No comments yet