Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #643815

    How can I reduce the spacing between listed items in tabs?

    I use this CSS code for iconbox
    .iconbox_content_container hr {
    margin: 10px 0;
    }

    What would the similar code for tabs?
    Thanks,
    kfranck

    #643839

    Hi Kurt!

    Can u please provide us a link of your web site, so we can provide the proper snippet?
    Thanks a lot for your understanding

    Best regards,
    Basilis

    #644051

    The link is http://esomethin.com/yoursource

    Thanks,
    kfranck

    #644305

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .tab_inner_content hr {
        margin: 10px 0;
    }
    

    Best regards,
    Yigit

    #644306

    Excellent. Thank you.
    Kurt

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Reduce spacing in tabs’ is closed to new replies.