I want the “product” rows in the catalogue element to be spaced further apart vertically. How can more space be added between the items, specifically adding pixels above and below the row-dividing dotted lines?
Hey m!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
ul.av-catalogue-list li {
margin-top: 20px;
}
Cheers!
Yigit
Thank you!!