[Resolved] The horizontal scroll bar on the bottom still persist on RTL

Home Forums Support [Resolved] The horizontal scroll bar on the bottom still persist on RTL

Home Forums Support The horizontal scroll bar on the bottom still persist on RTL

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #446476
    themedleb

    This issue only appears when the website is in a resolution between desktop and tablet.

    #446548
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Can you try adding this CSS?:

    .rtl .main-navigation ul ul, .rtl .secondary-navigation ul ul.sub-menu {
        right: -999999px;
    }
    
    .rtl.dropdown-hover .main-navigation ul li.sfHover > ul, 
    .rtl.dropdown-hover .main-navigation ul li:hover > ul, 
    .rtl.dropdown-hover .secondary-navigation ul li.sfHover > ul, 
    .rtl.dropdown-hover .secondary-navigation ul li:hover > ul {
        right: 0;
    }
    
    .rtl.dropdown-hover .main-navigation ul ul li.sfHover > ul, 
    .rtl.dropdown-hover .main-navigation ul ul li:hover > ul, 
    .rtl.dropdown-hover .secondary-navigation ul ul li.sfHover > ul, 
    .rtl.dropdown-hover .secondary-navigation ul ul li:hover > ul {
        right: 100%;
    }
    #446888
    themedleb

    Thank you Tom.

    #446895
    themedleb

    The horizontal scroll bar disappeared but the submenu changed and it’s not practical to use now.

    #447079
    Tom
    Lead Developer
    Lead Developer

    How did it change?

    #447087
    themedleb

    My bad, It’s the sub-sub-menu, not the sub-menu, instead of appearing on the left, now the sub-sub-menu appears on the bottom covering sub-menus.

    #447138
    Tom
    Lead Developer
    Lead Developer
    #447191
    themedleb

    Thanks, it works as needed.

    #449656
    Tom
    Lead Developer
    Lead Developer

    2.0.1 was just released with this fix.

    Thanks!

    #449660
    themedleb

    Oh, that’s quick, thanks.

    #449661
    Tom
    Lead Developer
    Lead Developer

    No problem! 🙂

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