Home Forums General Forum The menu open cascades out of the page

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11696
    Mazza_Rafael
    Supported

    Hello, the header menu is coming out of the cascading page. Is there any way to open the cascade into the page?

    Attachments:
    You must be logged in to view attached files.
    #11702

    Hi,
    Thanks for contacting us and choosing our product!
    You can change it by go to Appearance -> Customize -> Additional CSS & add this code:

    .navbar-nav > li.menu_style_dropdown:hover > ul > li:hover > ul {
        left: auto;
        right: 100%;
    }
    .navbar-nav > li.menu_style_dropdown:hover > ul > li:hover > a:after {
        transform: none;
    }

    Hope this helps!

    ****
    Regards,
    HaruTheme

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.