Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • mambolearn Friend
    #136818

    Hello Dears,

    I have a problem in RTLing the moo_menu (css_menu as well)

    When I change the direction and text align, the menu comes to right but a scroll is created for the page and all the child menus go to a far destination in left (pic1.jpg attached). When I move my mouse on parent menu, child menu comes in its right place, otherwise the situation is what I mentioned.

    Thanks in advance


    1. pic1
    Sherlock Friend
    #285545

    Dear mambolearn !

    Please send live url of your site , i need it to have a closer look on the problem.

    mambolearn Friend
    #286715

    Hello dear Hainn84,

    Thanks for your attention.

    You can see it here: http://kabirmed.com/newsletter.html

    Believe me or not, I have asked this question in more than 6 famous joomla forums but no one could solve it yet.

    Thanks

    Sherlock Friend
    #286719

    Dear mambolearn !

    I think that you need replace “direction:rtl;” with “text-align:right;”
    Please open template.css file , find following code section at about line 8 :


    body {
    background:#FFFFFF none repeat scroll 0 0;
    color:#000000;
    direction:rtl;
    font-family:tahoma;
    line-height:1.5;
    }

    and change to :


    body {
    background:#FFFFFF none repeat scroll 0 0;
    color:#000000;
    font-family:tahoma;
    line-height:1.5;
    text-align:right;
    }

    mambolearn Friend
    #286762

    Oh my GOD….you did that

    thank you very much dear hainn84.

    I always when RTLing a template put (text-align:right) and (direction:rtl) for the body tag and this causes the problem for moo menu.
    I simply removed (direction:rtl) and instead I put it for #ja-wrapper and everything is ok.

    Just in IE some pixels are added in right side of the page. (to the whole page)

    I sent 2 thanks for you. But I couldn’t find ‘Mark the best answer’. where is it?

    Thanks a lot….

    Sherlock Friend
    #287030

    Dear mambolearn !

    Please try again ! Now , “best answer’ is avaiable for this forum 😀

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

This topic contains 6 replies, has 2 voices, and was last updated by  Sherlock 15 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum