Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #817827

    Hi
    I have right margin in iconlist I cannot remove.
    I don’t have any custom css, the latest version of Enfold and WordPress
    Find screenshot here
    Thank you in advanced
    BR
    Krzysztof

    #817831

    Hey there Krzysztof!

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

    .avia-icon-list-right .iconlist_content p {
        margin-right: 0;
    }
    

    Best regards,
    Yigit

    #817833

    Hi
    Thank you, works great, but now on the left I have margin, on the right not
    Can I set the same margin on both site?
    BR
    Krzysztof

    #817848

    Hey!

    You can change the code to following one and adjust left margin as needed

    .avia-icon-list-right .iconlist_content p {
        margin-right: 0;
        margin-left: 20px; 
    }

    Cheers!
    Yigit

    #817894

    Hi
    Thank you for help!

    #817898

    Hi!

    Always happy to help!
    Let us know if you have any other questions or issues and enjoy your weekend!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Right margin in iconlist I cannot remove’ is closed to new replies.