Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: Annoying menu on the left
After playing a bit with page creation: The new menu only on the left is super annoying. Why is it not on the right?
(Just to clarify: I am talking about the blue "Header navigation dark" thingy)
(Just to clarify: I am talking about the blue "Header navigation dark" thingy)
Attachments:
Hey Christoph,
I'm not sure which menu are you referring to? Could you clarify?
I'm not sure which menu are you referring to? Could you clarify?
The "portlet topper" menu. It was move to the left in 7.2.
I found it very annoying during page building.
When I create a page using fragments or portlets, I work on the right side. I drag and drop stuff from the section menu. And then I want to move it around. I found it very annoying that the portlet topper is suddenly on the left side. It increases my mouse way.
Well, whatever the design decision here will be, we will probably change the css and move it to the right again.
I found it very annoying during page building.
When I create a page using fragments or portlets, I work on the right side. I drag and drop stuff from the section menu. And then I want to move it around. I found it very annoying that the portlet topper is suddenly on the left side. It increases my mouse way.
Well, whatever the design decision here will be, we will probably change the css and move it to the right again.
Got it. the "portlet topper" use to be full width and now it's not. I'll check with Juan about this, however I think it's a too drastic change to make at this point for 7.2. Luckly, as you say, it shouldn't be hard to customize and we can consider moving it to the right by default in 7.3 if this is a common customization.
Please, keep us posted.
Please, keep us posted.
Christoph RabelThe "portlet topper" menu. It was move to the left in 7.2.Quickfix: Custom CSS for the page:
I found it very annoying during page building.
.portlet > .portlet-topper {
right:0; left:auto;
}
Bonus: You can combine it with the CSS for LPS-33636 (I'm preparing the next blog article on it

Of course: Proper fix: add this CSS into your theme. (Note: I didn't pay any attention to media/screen width or others for this quickfix)
Thanks!
We already use the code from your blog in our themes, it's indeed very useful to make the drop areas more visible. :-)
We already use the code from your blog in our themes, it's indeed very useful to make the drop areas more visible. :-)
Most if not all ellipsis menus occur on the right. The portlet topper being full width is super useful (think of long titles). Having different widths all over the page just looks messy. What was wrong with full width?

We'll change it back anyway because full width looks tidy and the ellipsis menu is always in a predictible location (on the right)

We'll change it back anyway because full width looks tidy and the ellipsis menu is always in a predictible location (on the right)
Copyright © 2025 Liferay, Inc
• Privacy Policy
Powered by Liferay™