Alignment Issue with Popup Window -...

User 2737765 Photo


Registered User
8 posts

Hi folks, hopefully you can help me resolve this issue that I've spent some time trying to fix.
If you look at the screenshot attached, you'll see the problem: the popup window is right aligned.
I'd like it either center or left aligned. Any tips/tricks/advice is appreciated!
Attachments:
User 187934 Photo


Senior Advisor
20,271 posts

Hi Robert,
Can you share a link so we can see the actual issue?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2737765 Photo


Registered User
8 posts

Hello Eric, I posted a screenshot, but here's the page:

http://stjohnsactorsstudio.ca/register.html
User 187934 Photo


Senior Advisor
20,271 posts

Line 20 of your colorbox.css
#cboxWrapper {
position: fixed;
top: 50px;
margin: 0 auto;
z-index: 9999; }

comment out the position:fixed
#cboxWrapper {
/* position: fixed;*/
top: 50px;
margin: 0 auto;
z-index: 9999; }
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2737765 Photo


Registered User
8 posts

Many thanks, Eric.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.