Alignment Issue with Popup Window
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!
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!
Hi Robert,
Can you share a link so we can see the actual issue?
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
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
Line 20 of your colorbox.css
comment out the position:fixed
#cboxWrapper {
position: fixed;
top: 50px;
margin: 0 auto;
z-index: 9999; }
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; }
/* 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
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
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.