Align logo and profile pic on Atlas header

0
Is there a simple way to align a profile link to the right of the atlas header so that it is in line with the application logo/Menu on web?      
asked
3 answers
4

Hi Derek,
You can try the below CSS combination

position: absolute;
  top: 8px;
  right: 16px;

Below is my Page Structure:

 

 

Hope it Helps :) 

answered
0

Yep. This is ‘Profile link’ including image is one of the many goodies of module SystemManagement. And a version with more personal information is in module Person.

Or download the BaseApplication if you want to get this out of the box. See service.mendixcloud.com as an example.

Look for the page template named “..._TopBar_WithUserAccountInformation”

answered
0

I’ve got the profile functionality already working. I was more hoping there would be an in-line css fix i could add to get the profile pic floated to the right.

answered