Best Answer

Move login sign in block to the right side of the page.

  • 29 August 2022
  • 4 replies
  • 68 views

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?  

icon

Best answer by gstager 30 August 2022, 14:59

View original

4 replies

Userlevel 7
Badge +6

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

Userlevel 7
Badge +6

@alevenberg - I would love to know if this works for you or not.

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