Centering icons
-
I am using this plugin to insert icons using the gutenberg HTML block.
e.g. <i class=”fas fa-heart”></i>How can I center align this icon? I have tried
.fas {
color: #ffffff;
display: inline-block;
text-align: center;
}and no luck. Any ideas? I am using it in webfont mode, but glad to use SVG if there is an easier fix.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Centering icons’ is closed to new replies.