Viewing 1 replies (of 1 total)
  • Hello @9daymta,

    Please put the CSS below in Customizing > Custom CSS/JS > CSS Code:

    @media(min-width:1280px) {
        #site-navigation-wrap ul ul ul ul.sub-menu {
            left: -260px;
        }
        
        #site-navigation-wrap ul ul ul.sub-menu a.menu-link .nav-arrow {
            transform: rotate(180deg);
        }
    }

    Please read this link for more information about the CSS/JS code on the customizer: https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.

    Result: https://postimg.cc/Lhk8zDHv.

    Note 1: If you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes. Also, remember to click on the regenerate all assets file and data in Elementor > Tools(if you have Elementor).

    Note 2: You can change the properties on the CSS above – like the width or add others.

    Note 3: If the CSS above didn’t work on your website, please share a live URL, and I’ll write another custom CSS.

    I hope it helps.
    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘submenu issue’ is closed to new replies.