Tagged: 

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

    I am left justifying a set of icons and they are actually staggered like stairs. Is there an error or something I am missing?

    #300726

    Hey jasonmwestbrook!

    There is a line break ( BR tag ) between your icons. Please remove it or add following code to Quick CSS in Enfold theme options under General Styling tab

    .av_font_icon + br {
    display: none;
    }

    Best regards,
    Yigit

    #300763

    Worked like a charm. Thanks you guys are amazing. One quick comment. I am not sure how a line break was put in there as I just enabled a new 1/2 section only and started adding icons. Did I do something wrong or have a bug in the system?

    #301154

    Hey!

    You are welcome! :) Maybe you have pushed enter once between your icons. I have tried to reproduce it on my local installation but it worked fine. With the custom CSS code i posted, it should work fine.

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Icon Error’ is closed to new replies.