Forums

Modal Position Problem

Gatsman 09 Feb, 2019
Hello,
I have an issue with the modal position, the modal does not open in the center of the page but it’s on the right side (please see image).
I use modal in a couple of sites and i have this problem on 2 of them all others work fine.
I think this happened after an update, not sure if it was Chronoforms or any other module that might change something but i tried deactivating modules to see.
I can't pinpoint why this is happening so if anyone else has it or knows anything about it please advise.
Thank you[file=11573]Pop-Up-Issue.jpg[/file]
healyhatman 09 Feb, 2019
1 Likes
Have a look at the div and see if any of your site CSS is overriding the positioning.
Gatsman 09 Feb, 2019
I knew it was a CSS override i just could not locate it...
If anyone has the same problem i fount it in my templates bootstrap.css
div.modal {
position: fixed;
top: 5%;
left: 50%;
...
}
This topic is locked and no more replies can be posted.