This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Placement of icon
#2
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.
Code:
.value-right .icon {
  display: inline-block;
}

.value-right .value {
  display: inline-block;
  line-height: 56px;
  vertical-align: top;
  padding: 0 0 0 3px;
}
Reply


Messages In This Thread
Placement of icon - by Trond Hoyem - 07.10.2020, 08:30
RE: Placement of icon - by admin - 07.10.2020, 08:35
RE: Placement of icon - by Trond Hoyem - 07.10.2020, 08:52
RE: Placement of icon - by admin - 07.10.2020, 08:52
RE: Placement of icon - by Trond Hoyem - 07.10.2020, 08:55
RE: Placement of icon - by admin - 07.10.2020, 09:26
RE: Placement of icon - by Trond Hoyem - 07.10.2020, 12:29

Forum Jump: