Reduce Size Of Catgegory Dropdown Overlapping Scroller Block Vivashop

Hi,

I need help with the small modification. My category menu drop down is overlapping the product category scroller. I need to reduce the space/height of the dropdown category menu.Please help. Thanks

Try to add the following code to the CSS section of Theme editor

.dropdown-hybrid ul.adropdown-vertical a {
    padding: 5px 20px 5px 10px;
}

(!) Not tested