thanks Mehtaz, I have now added both CSS codes
.justify-content-end {
justify-content: center!important;
}
@media (max-width: 768px){
.justify-content-end {
justify-content: flex-end !important;
}
}
The first one centers both menus, the second one moves the burger icon to the right at 768px screen width.
I have entered 991px instead of 768px, as the mega menu changes to the burger icon at 991px.
Can you please tell me how to make it possible to switch from mega menu to offcanvas at 1200px?
Below 1200px the content of my mega menu is no longer legible and I would like to switch to offcanvas to improve readability.
Regards - Marco