07.10.2020, 08:35
Set Additional classes to value-right
Add this to custom CSS, change 56px to icon height so the text is aligned to the vertical middle of the icon.
Add this to custom CSS, change 56px to icon height so the text is aligned to the vertical middle of the icon.
Code:
.value-right .icon {
display: inline-block;
}
.value-right .value {
display: inline-block;
line-height: 56px;
vertical-align: top;
padding: 0 0 0 3px;
}