Can you look at this picture I am attaching and let me know from also looking at the page below why I am unable to remove the padding that is appearing just below the horizontal bars.
I have not been able to figure out where the padding is coming from:
https://www.drcarney.com/gems
Here is the css I have been trying to use to reduce the spacing so that there will only be a couple or a few pixels above and below the horizontal lines.
/* Remove padding from sidebar lists */
.zt-list.zt-lines li.zt-item {
margin: 0 3% 1px;
padding: 0 0 1px;
border-bottom: 1px solid #ff0000;
}
I would sure be grateful. This is one of the other things that changed on my when I upgraded the template.
Thanks, Sean