Site logo

Archived topic

mini cart icon

35 replies · Started by Srini on July 26, 2022

Viewing posts 16–30 of 36

Hi
Can you guide me to move few menu items to the right corner?

Please check the screen shot and link.

Thanks

You can do so by creating a Block Element - Hook: hooked to menu_bar_items. Then, add these items there.

For the menu item, you can use a GB Button Block.

Thank you

You’re welcome Sinri!

How about drop down?

Can you try using a WP Navigation Block? We’ll try to modify it’s appearance through custom CSS afterwards.

can you please elaborate?

Thanks Fernando

I have created block, as suggested by you and working fine in desktop view, but not in mobile view.

Can you have a look at it and suggest?

I see. Try setting the Overlay menu setting of the Navigation Block to Off.

if I set "Overlay menu setting of the Navigation Block to Off." menu item is not visible in the mobile drop down.
One more issue language drop down is working fine in the desktop view, but not working in mobile menu, can you please check it?

I see. Let’s tackle the Menu first.

Can you try adding this CSS?:

.menu-bar-items ul.wp-block-navigation__container {
    display: block;
}

I want to show that block in side mobile drop down menu, not as a separate menu.

I see. To clarify, you want to have those items within your off canvas menu on mobile?

If so, just re-add them the way you did earlier, and let's just hide them on desktop.

Ok, what about the language dropdown, which is not working in mobile dropdown?

This archived topic is closed to new replies.