Site header navigation sub menu issue

  • Hi there,

    I created site header and navigation blocks first time.
    I used old menu. But sub items are not openning on the right side like before.
    It is just openning in the main menu column.

  • Hi there,

    I’m not sure what you mean, do you want something like this?
    https://app.screencast.com/s60TBSL0qiAtO

  • Hi thanks for reply.
    clikc bütün ürünler > laptop then you will see another 6 lines as sub menu. It was opening in the right side before. Now opening in the same main column.

    It should be like original menu in my other websites, which I didn’t apply for site-header block yet.
    I added more images

  • Hi Ned,

    The nested sub-menus are inheriting left: 0 from the base styles, which places them at the same position as the first level instead of flying out to the right. Add this to Appearance → Customize → Additional CSS:

    .gb-menu--base .gb-sub-menu .gb-sub-menu {
        left: 100% !important;
        top: 0 !important;
    }

    That should give you the flyout behaviour you’re after.

  • Hi George,
    Thanks, I will try. But can I add these css via block settings in navigation block?

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.