Is there a way to move the pop-up and the zoom controls down about 35px. Since the is no navigation to go back to the website, I improvised and overlayed a a menu at the top. However, that covers up most of the zoom controls and a little over half of the pop-up close button are showing. Is it possible to move them down via custom css?
And nothing pisses me off more then a message that can’t be deleted or edited!!!
Hi @jamesn1027
I am really sorry about all the confusion, however, I am glad to see that you’ve managed to delete your message. Just in case, here is the button that allows you to edit your message:
As for the code, I’ve checked it, and it works great on my end:
Could you please double-check it? If the issue still persists, please send me a link to the page where your widget is installed or specify its ID.
@jamesn1027 Sure, we’ll be happy to help!
Could you just send me a link to the page, where your widget is installed?
I’m going to try an explain this one more time… I do not want to make the modal smaller. I want to move it down!
You’re referring to the case described in this thread, right?
If it is, please send me a link to the page where your widget is installed. We’ll be happy to check things for you
OMG… You do not need access. You need to give me the id for the modal so I can move it down.
Apologies for the inconvenience!
Here is the code to move down the location popup:
[class*="Popup__PopupContent-sc"] {
top: 35px !important;
bottom: 0 !important;
}
And this code will help you move down zoom controls:
.maplibregl-ctrl-top-right {
top: 35px;
}
Please check it out and let me know if it worked
Yay! Finally worked… Thank you, Sir!
You’re always welcome!
If anything else comes up, we’ll be more than happy to help
I have to apologize to you Max, it never dawned on me to look at the code for the page. Usually, the widget is not available to the user.
That’s okay