Topic-icon SC Enhanced Login modal pop up alignment issues

Active Subscriptions:

None
8 years 10 months ago #55614 by ryasta
I am trying to align the modal pop up to the center of the page. Ive tried adjusting the css but the pop goes everywhere except where i want it.
My website that im having the issue on is www.minecraftuniverse.ca/joomla

any help is appreciated
The topic has been locked.
Support Specialist
8 years 10 months ago #55616 by mel
The position of that div is fixed to 50%. However, that's conflicting with your template or other divs on the page. I adjusted it to 70% and it looks more centered to me:

From /joomla/media/sourcecoast/css/common.css around line 33, I changed it from 50 to 70. This should help.
.sourcecoast.modal {
left:70%;
}

-Melissa
The topic has been locked.
Active Subscriptions:

None
8 years 10 months ago - 8 years 10 months ago #55618 by ryasta
Perfect, that is exactly what I was trying to achieve. When I was using firebug in Mozilla it pointed me to the default.css in the themes folder.

Thanks for the help :D
Last edit: 8 years 10 months ago by ryasta.
The topic has been locked.
Support Specialist
8 years 10 months ago #55619 by mel
No problem. Glad that helped.
The topic has been locked.