29.08.2019, 22:52
(This post was last modified: 29.08.2019, 22:53 by Carlos Padilla.)
You are trying to call a widget with another widget, but when you call it in the visualization, it alters the position it has already marked by means of a CSS.
When you click on the equis (x) of the widget-546 widget, you must call the first widget-448 widget again and it should be in its original position, which does not happen.
In the image of “widget-448 B” it can be seen that the original position is altered to widget-448.
I attach the CSS of widget-448
CSS:
# widget-448 {
top: 174px! important;
left: 243px! important;
position: fixed! important;
}
# widget-546 {
border-radius: 15px! important;
top: -130px! important;
left: -167px! important;
}
Thank you and I am attentive to your comments.
When you click on the equis (x) of the widget-546 widget, you must call the first widget-448 widget again and it should be in its original position, which does not happen.
In the image of “widget-448 B” it can be seen that the original position is altered to widget-448.
I attach the CSS of widget-448
CSS:
# widget-448 {
top: 174px! important;
left: 243px! important;
position: fixed! important;
}
# widget-546 {
border-radius: 15px! important;
top: -130px! important;
left: -167px! important;
}
Thank you and I am attentive to your comments.