Tagged: icons
I am left justifying a set of icons and they are actually staggered like stairs. Is there an error or something I am missing?
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
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?