Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Icon block not horizontally centering

Home / Forums / Kadence Blocks / Icon block not horizontally centering

This topic is: Resolved
[Resolved]
Posted in: Kadence Blocks
June 16, 2022 at 4:54 am

I cannot get the icon block to centre when used in a Kadence row block. Left and right align work, but not centre.

You can see it with a down arrow here:

May be something to do with the display: flex; here:

.kb-icon-valign-middle {
-webkit-align-items: center;
align-items: center;
display: -webkit-flex;
display: flex;
}

if I disable it or change to display:block; it seems ok – just not sure what other repercussions that would have!

  • The forum ‘Kadence Blocks’ is closed to new topics and replies.