• Closed by: Marek
  • Closed on: 08.08.18, 12:38
  • Reason: Closed
  • Comment: Glad to help!

Ticket #12547 - Manufacturer

Hi,
I’ve a little problem with manufacturer logos.

1) I created a menu with menu builder where I need to show my manufacturer logos. If I use the carousel mode, it shows the logos great but jus in a line (yes I know, carousel means just that!). But if I switch in “normal mode” the logos are smaller and not shown in grid mode (see attached image)

2) In product page, is possible to show manufacturer logo instead of the name.

3) Category sidebar filter. How can I show the filter sidebar in all my categories page? Can I set the filter in order to show only manufacturer filter? (no color, no size, etc)

Many thanks for your time,
Fabrizio

Comments

Marek 13 Jul 2018, 15:01

Hi, Fabrizio.
Try this CSS fix:

.widget-manufacture .raw-links {display:flex;flex-wrap:wrap}
.widget-manufacture .raw-links li {padding: 0 5px;min-width: 100px;}
.widget-manufacture .raw-links > .flex-container a img {height:100px}
Fabrizio Efficace S.R.L. 13 Jul 2018, 15:41

Hi Mare,
It doesn’t work :/

Marek 13 Jul 2018, 16:40

Try to modify the code like this:

body .widget-manufacture .raw-links {display:flex;flex-wrap:wrap}
body .widget-manufacture .raw-links li {padding: 0 5px;min-width: 100px;}
body .widget-manufacture .raw-links > .flex-container a img {height:100px}