Topic-icon Positioning of modal popup

Active Subscriptions:

None
1 year 2 months ago #69181 by ooc
I have the login module given position 'menu' - which presents the login button top right and looks good.  I would like the popup to be presented in that corner as well - if possible as though it is like being a dropdown from the 'login' button.  It currently shows top center overtop of my page - I'd rather it be more discreet but near where the user's attention already is.  Is that possible?  You can see our site at ottawaotest.ca/oocj4.
The topic has been locked.
Support Specialist
1 year 2 months ago #69182 by mel
Replied by mel on topic Positioning of modal popup
Similar to your other issue, you need to add a style to the modal-dialog for sclogin
.sclogin-modal .modal-dialog {
        margin: 0 0 0 80%;
    }
The topic has been locked.
Active Subscriptions:

None
1 year 2 months ago #69183 by ooc
Replied by ooc on topic Positioning of modal popup
Perfect. Thank you.
The topic has been locked.