16.07.2024, 07:44
Set Additional classes to custom-position and add the following code to Custom CSS. It will place the popover to the bottom left corner of the widget. You can adjust the position as needed.
Code:
.pcontrol-custom-position {
bottom: 0 !important;
left: 0 !important;
right: auto !important;
top: auto !important;
}