03.09.2019, 07:39
This happens when you try to open a widget from another widget which leads to incorrect positioning.
Do not use Widget position option, make sure that it is empty. Use this CSS to fix the positioning:
Do not use Widget position option, make sure that it is empty. Use this CSS to fix the positioning:
Code:
#widget-448{
top: 174px !important;
left: 243px !important;
}
#widget-546{
border-radius: 15px !important;
top: 225px !important;
left: 395px !important;
}
.layer.widgets {
width: 1280px !important;
height: 720px !important;
margin-left: -640px !important;
margin-top: -360px !important;
}