Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Theme Customizer › Login Modal Popup
- This topic has 5 replies, 2 voices, and was last updated 2 months, 3 weeks ago by Manathan.
-
AuthorPosts
-
KatrineParticipant@gyziiedk
- 41 Topics
- 151 Posts
Hello
I’ve been trying to move the modal a bit up and get rid of the “dead space” that leaves it a scrollbar on the site”.
I can’t seem to manage to make it “fit to screen”. Right now it got some sort of padding for 8% around it, but it still leaves it “bigger” than the screen.Can’t seem to make it work, so hopefully you can guide me in the right direction once again lol.. 😀
Thank you! 🙂
June 4, 2024 at 07:30 #47972@themodactyl- 0 Topics
- 6587 Posts
Hi Katrine,
To change this, simply add the following code snippet to your website:
/** * FEATURE : Fix Max Height on Modal */ @media (min-width:992px){ .modal-dialog.modal-dialog-centered { margin: 0px auto; max-height: 100%; min-height: 100%; } } /** * FEATURE : Center Back to Top Button */ .btn-back-to-top{ right:auto; left:50%; transform:translate(-50%,0px) }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
June 4, 2024 at 10:08 #47987 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Login Modal Popup’ is closed to new replies.