Hello,
Currently the mega menu layout is like this:
As you can see above, we are pretty much capped out in space horizontally. Ideally, we would want to do this:
Is there any way to do this? When I click ‘This column should start a new row’, it automatically applies it under the first column which makes the menu look when long. I’d rather fill in the empty space on the right hand side.
Hey Sal,
Sorry for the late reply and thanks for the screenshots and link. With this css the last three columns will become one column:
#menu-item-15779 {
display: flex;
flex-direction: column;
width: 100%;
flex-wrap: wrap;
}
#menu-item-15770 {
display: flex;
flex-direction: column;
flex-wrap: wrap;
width: 100%;
}
#menu-item-16022 {
display: flex;
flex-direction: column;
flex-wrap: wrap;
width: 100%;
}
in your last screenshot there is another column “apple watch” are you adding more columns? If so please do so and then we can adjust the css again if needed.
Best regards,
Mike