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

Ascend: info box – text below icon

Home / Forums / Ascend Theme / Ascend: info box – text below icon

This topic is: Resolved
[Resolved]
Posted in: Ascend Theme
July 25, 2017 at 2:47 pm

Hi,

I have been trying to use the CSS from here: but have had no luck to do the following:

Inside an Ascend: info box, rather than having the Title and Description to the right of the icon, I would like them to be centered and under the icon. Ideally, this would only apply to non-mobile views.

I’ve added this code to the Custom CSS section to no avail.

.kad-info-box i, .kad-info-box img {
float: none;
display: inline-block;
margin: 5px;
}
.kad-info-box {
text-align: center;
}

  • The forum ‘Ascend Theme’ is closed to new topics and replies.