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.

Add button(s) to visualisation using javascript
#2
You can use this CSS to display all elements in a row (manual placement is ignored) inside a certain widget. Then you can combine it with show/hide script.
Code:
#widget-5 > div.item {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  float: left;
  margin: 5px;
}
Reply


Messages In This Thread
RE: Add button(s) to visualisation using javascript - by admin - 10.10.2022, 06:21

Forum Jump: