Hello!
I was able to reduce the space below the icon list element with a solution in another thread– I added this:
.page-id-462 .avia-icon-list-container {
margin-bottom: 0;
}
I need to reduce it a little more, but making the bottom margin negative actually increases the space.
Do you know how to fix this?
Link to the page and marked screenshot are below.
Thanks in advance for your help!
Hey Julie,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-462 .avia-icon-list-container li.avia_start_animation {
padding-bottom: 0;
}
Best regards,
Yigit
Works perfectly– I didn’t know there was padding around that start animation element, another lesson learned. ;-)
Thanks a million Yigit!