icon_block align left?
When I set align="left" in shortcode the span is still set to display block and forces content to wrap so this doesn't change alignment. I have fixed with css .single_icon.icon_left { display: inline-block; } but am curious if I am using this shortcode right. I need to use this shortcode since the standard icon does not provide color...or course I could use css to apply that too
Comments