Hi @richardzed
I hope you are doing good today.
Could you export your pop-up, upload it to google drive or dropbox, and share a link in your next reply so that we could take a closer look at this on our lab site?
Kind Regards,
Kris
Hello @richardzed !
I hope you’re doing great today!
Looks like some CSS has been overwritten which moved the close button behind the popup itself. To fix this, please add the following custom CSS:
@media screen and (max-width: 1024px) {
.hustle-button-close {
position: absolute;
top: -60px;
right: 0px;
}
}
You can add it on the Appearance tab at the bottom (there’s a Custom CSS option there).
Kind regards,
Pawel
Hi @richardzed,
Since we haven’t heard from you for a while. I’ll mark this thread as resolved for now. Please feel free to re-open the thread if you need further assistance.
Best Regards
Nithin