Home › Forums › WoodMart support forum › Brand thumbnails in layered nav widget › Reply To: Brand thumbnails in layered nav widget
September 22, 2017 at 9:48 pm
#20059
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
div.brands-widget .brand-item img {
max-height: 70px;
width: auto;
}