It happens in resolutions between 768 and 991 px.
Creating a menu module and assign it to "menu" position.
Menu items displayed horizontally until menu converts in a "burger" icon.
Menu items are displayed vertically. Not horizontally, nor in a "burger".
Joomla 4.2.6 and Cassiopeia template. Tested in Firefox and Chrome.
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Thats not the problem as it also applies to the non metis collapsible menu which has always been -md
It should expand at md and above
The problem is that between -md and -lg it is being displayed as vertical.
So going from a small to large size it does the following
It should not go to vertical
@brianteeman, the layout being used for the menu module is "Collapsible Dropdown".
But the problem is with all layouts: "Default", "Dropdown" and "Collapsible Default Menu" too.
@chmst, yes, this issue seems to be duplicated with #37926.
I'm using this CSS code to solve it in my user.css file:
@media (min-width: 768px) {
.container-header .mod-menu {
display: flex;
flex-direction: row;
}
}
I want to work on this issue, please assign me.
there is no need to assign the issue, simply submit a pull request
Labels |
Added:
bug
|
@brianteeman, the layout being used for the menu module is "Collapsible Dropdown".
But the problem is with all layouts: "Default", "Dropdown" and "Collapsible Default Menu" too.
@chmst, yes, this issue seems to be duplicated with #37926.
I'm using this CSS code to solve it in my user.css file:
@media (min-width: 768px) { .container-header .mod-menu { display: flex; flex-direction: row; } }This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39645.
so is this the class where we have to work?
Ok, this bug is solved in #40574.
Thank you!
Thanks for the update.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-12-11 04:39:46 |
Closed_By | ⇒ | Quy |
What is the layout being used for the menu module