Site logo

Archived topic

Off Canvas Menu clubbing two menu items on one line

12 replies · Started by Kapil on October 12, 2021

Viewing posts 1–13 of 13

There are two issues:

1. On the off canvas menu - two menu items are put together on the same line.

2. On the Secondary menu when seem on mobile - The Menu Name is shown on the right and the menu list items on the right. And this makes the menu not very easy to use for the users.

Thanks

Hi there,

Can you disable the LightSpeed cache so we can view the source code better?

Thanks.

Lightspeed disabled Thanks Leo!

Hi Kapil,

I can still see the cache plugin is on.

Can you confirm?

try now

Give this CSS a try:

#generate-slideout-menu .menu-off-canvas-container #menu-off-canvas.menu > li.menu-item {
    display: block;
}

Hi Ying Thanks the no#1 problem is resolved.

Can you also provide me solution for #2 issue

I used the CSS you gave me to fix the isse#1

So you want the secondary navigation to go vertically?

If so, try this CSS:

.secondary-navigation.toggled .inside-navigation {
    flex-direction: column;
}

Ming you are the best! All Solved! Big thanks

This archived topic is closed to new replies.