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.

Custom slider position and design in visualization
#1
Hello once again,

Is there any way to make it so after I click on object (lightbulb) in the visualization the slider menu appears in the very bottom-right corner? Also if yes, how do I customize the pop-up slider box or the slider itself?

Thanks in advance.

Attached Files Thumbnail(s)
   
Reply
#2
Hi
with popover elements we can't use Additional class but you can change position for all of the sliders like that in Custom CSS

Code:
.popover.control.control-slider-h.slider-h.show{
 margin-left: 300px;
 margin-top: -30px;
}

BR
------------------------------
Ctrl+F5
Reply
#3
works fine, thank you.
Reply


Forum Jump: