Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #719451

    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!

    #719453

    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

    #719455

    Works perfectly– I didn’t know there was padding around that start animation element, another lesson learned. ;-)
    Thanks a million Yigit!

    #719456

    Hi!

    You are welcome Julie, let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to reduce space below icon list?’ is closed to new replies.