Hi everyone, please I’d like to know how i can change the position of the smart window. from the inspect element, am able to play with the position, but when i try to use my own value in my css file, it never gets applied.
How can i change the default position?
below is the css that i found on the inspect tool that allows me play with the position, but when i change the value, it never gets applied to the smart window.
.smart-window:not([animation=none]) {
top:600px!important;
}
.smart-window {
top:600px!important;
}
also is there any way to make the modal open onclick instead of double clicking?
-
This topic was modified 2 years, 3 months ago by Ojo Njoku.