Removing icon from [idea] shortcode & centering perfectly

I've been using the following CSS to hide the icon from the [idea] shortcode on this website.
.idea_box .icon{display:none;}
While it does remove the image, there's still an empty 42px gap that makes the text not properly center on the row.

How can I remove that gap so that everything aligns correctly when the text is centered?

Comments

Sign In or Register to comment.