Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17986
    guy.shachar76
    Participant

    Hello and thank you for your answers.

    As for question 4 – My website is in Hebrew, therefore menu should be preformed from right to left as well as the title in the header (sorry, I wrote the opposite by mistake)

    Pls advice

    Guy

    #17990
    Sakin
    Keymaster

    @guy.shachar76: Thanks for the update. We will fix this for RTL in new version. But for now you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #logo-wrap, 
    #top-logo, 
    #header-menu ul.menu li {
        float: right;
    }
    #sidebar-header-right, 
    .has-header-top.menu-logo #access-top {
        float: left;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘menu and tilte – right to left’ is closed to new replies.