Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • nalwan Friend
    #162679

    hello

    i use ja_anion rtl template and ja comment.
    1-ja comment template in rtl show horizontal scroll in page!
    2-ja comment width larger width of template

    for check this problems go to : http://www.mb-empire.com/index.php?option=com_content&view=article&id=235:nfs-hot-pursuit-best-records&catid=66:1389-10-08-07-28-58&Itemid=183

    pleases help to fix it
    thank you

    Stork11 Friend
    #386510

    Hello,

    You should add a following css code at line 19 in template-rtl.css file (its location is /plugins/system/jat3/base-themes/default/css/template-rtl.css): overflow-x: hidden;

    On line 19 in your current css code, you will see:


    html {
    direction: rtl;
    }

    After adding new css code, it will be:


    html {
    direction: rtl;
    overflow-x: hidden;
    }

    Best regards.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Stork11 13 years, 1 month ago.

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