Hello, I am looking to move the login block to the right side of the login page. From what I understand this can be done in the CSS section. Has anyone done this before? Is there a log of code involved?
Page 1 / 1
This little nugget did the trick for me.
You will want to make sure that you thoroughly test for any unintended conflicts.
I added the margin so it wasn’t right on the edge. Feel free to adjust or remove as you like.
/** Move the login box to the right side **/
doc-layout-external-simple .external-simple-content {
justify-content: right !important;
margin-right: 20px;
}
Hope this helps.
Thanks so much. I will give this a try.
Amy
I would be happy to research another idea if this does not quite meet your need.
Hi Greg,
This worked perfectly. Thanks so much for your help with this.
Amy
Reply
Log in to Docebo Community
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Docebo Employee Login
or
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.