Hi vvalladolid,
Yes it is possible. There is no out of the box option to do this right now.
But you can paste the below CSS under the widget box settings –> Widget template settings –> Additional CSS
#ufw_15 .ufw_wb{
position: fixed;
right: 0px;
left: 0px;
margin: auto;
bottom: 0px;
top: 0px;
height: 100%;
width: 100%;
z-index: -1;
}
Where 15
is the ID of the widget box. You can find it in the page where all the widget boxes are listed.
Thanks,
Aakash