RealTimeDesigner Support Network
Wiki Forums Libraries Docs Support RealTimeDesigner Home
Welcome! Log In Create A New Profile

Advanced

Floating Div Size for My DESIGNS

Posted by customle 
Floating Div Size for My DESIGNS
October 12, 2017 04:13PM
Is there a way to specify the size of the popup for My DESIGNS without affecting the size of the clipart library popup?
Re: Floating Div Size for My DESIGNS
October 13, 2017 02:48AM
You can style its size with it's external class. Like this in your DirectCss:
.tabs_floatingdiv_extclass_owndesigns {
    width: 70% !important;
    height: 70% !important;
    left: 15% !important;
    top: 15% !important;
}
Sorry, only registered users may post in this forum.

Click here to login