How do I center the login module I am popping up within the Shadowbox?
Thanks,
Ken
How do I center the login module I am popping up within the Shadowbox?
Thanks,
Ken
Will require a CSS solution so can I get a link to the site please?
You have my email address if you'd prefer to keep the website out of the public space.
Thanks
Mark
Sure, Mark...that's my nextwavetech.us site. I already know what you are going to say about my template :)
Best,
Ken
Template looks good actually (without looking under the hood) :p
Try adding the CSS below to your template CSS file. You can play with the width.
#shadowbox_content {
margin:0 auto;
padding:15px 0 0;
width:120px;
}
Perfeckshion, as usual!
Thanks, Mark!
P.S. The template was generated by "you know who", from the Dark Side of non-standard CSS...I'm glad it didn't impact on the Shadowbox/Panel.
You're welcome Ken.
I'm glad it worked. Let me know if you need any further help.