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?
Best Answer
Move login sign in block to the right side of the page.
Best answer by gstager
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.
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.