Change Position of the Liferay Logo

Reiner Zufall, modified 5 Years ago. New Member Posts: 22 Join Date: 7/6/20 Recent Posts
Hello there
i have a requirement to set the position of the Liferay logo to the right side instead to the current positon.
Is there a way to do this without overriding code ?
Have a nice day
thumbnail
Olaf Kock, modified 5 Years ago. Liferay Legend Posts: 6441 Join Date: 9/23/08 Recent Posts
Reiner Zufall:

i have a requirement to set the position of the Liferay logo to the right side instead to the current positon.
Is there a way to do this without overriding code ?

You'll need proper CSS. If you have your own theme: That's the prime place to change this kind of stuff. If you don't have: A ThemeContributor can inject CSS as well. And if you don't want that as well, each site's "Public Pages" and "Private Pages" (as well as the individual pages) have an option to add CSS manually.

What exactly you'll have to change/add in CSS remains your own though - it heavily depends on the very concrete look&feel requirements and where exactly it should be.
Reiner Zufall, modified 5 Years ago. New Member Posts: 22 Join Date: 7/6/20 Recent Posts
Thank you for your replay.
i don't have my own theme. I think i start to try with these "Public Pages" and "Private Pages".