07.10.2020, 08:52
(07.10.2020, 08:35)admin Wrote: Set Additional classes to value-rightI seem to have some CSS-problems. The changes I do in the CSS (like the one above), does not have any effect on my visu.
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;
}
I have a SpaceLYnk FW 2.5.1. Any known issues with CSS here?
There are 10 kinds of people in the world; those who can read binary and those who don't