Hi,

When using RTL layout the off-canvas having some issues :

1- Submenu is not showing when using “Drilldown” for the sub menu effect, it’s only show when choosing Accordion effect.


2- Wrong direction: when clicking on the main menu to navigate to the submenu, the direction should go from right to left, not from left to right.

3- Wrong direction for the angle bracket icon: In RTL layout, the angle bracket icon should be pointing to the left side '<' not to the right '>'

How to fix these issues please ?

    saguaros Hi,
    The URL and admin login information to access the backend have been updated, kindly check

      saguaros Hi,

      Can you please try again? We were updating the server, and now it's okay

        Hi aliwari,
        I have created the /templates/ja_seven/local/css/rtl.css file, and add the following CSS to your site:

        .t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .navbar-nav .dropdown-menu {
            right: auto;
            left: 100%;
        }
        .t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .navbar-nav .btn-toggle::after {
            transform: rotateY(-160deg);
        }
          Write a Reply...
          You need to Login to view replies.