Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Aratype Friend
    #170049

    I started to RtLize blog page: http://www.joomlart.com/demo/#joomla17-templates.joomlart.com/ja_erio

    Before:

    Wanted in RtL:

    Thanking you in advance.

    Aratype

    khoand Friend
    #421519

    Hi,
    Could you give me a link to your page as you said?

    Aratype Friend
    khoand Friend
    #421528

    You replace this code from /templates/ja_erio/css/blog.css

    .blogpage .blog-detail .article-image {
    position: absolute;
    left: 0px;
    top: 10px;
    visibility: visible;
    z-index: 1;
    max-width: 220px;
    max-height: 220px;
    }

    with

    .blogpage .blog-detail .article-image {
    position: absolute;
    right: 0px;
    top: 10px;
    visibility: visible;
    z-index: 1;
    max-width: 220px;
    max-height: 220px;
    }

    .blogpage .hasimage dd.create {
    background: none repeat scroll 0 0 black;
    color: white;
    font-size: 11px;
    position: absolute;
    left: 142px;
    z-index: 12;
    top: 202px;
    display: block;
    visibility: visible;
    width: 78px;
    padding: 7px 0px;
    margin: 0px;
    overflow: visible;
    line-height: normal;
    text-align: center;
    }

    with

    .blogpage .hasimage dd.create {
    background: none repeat scroll 0 0 black;
    color: white;
    font-size: 11px;
    position: absolute;
    right: 1px;
    z-index: 12;
    top: 202px;
    display: block;
    visibility: visible;
    width: 78px;
    padding: 7px 0px;
    margin: 0px;
    overflow: visible;
    line-height: normal;
    text-align: center;
    }

    .blogpage .blog-detail.hasimage {
    position: relative;
    padding-left: 240px;
    }

    with

    .blogpage .blog-detail.hasimage {
    position: relative;
    padding-right: 240px;
    }

    .blogpage .iteminfo {
    z-index: 12;
    font-size: 92%;
    color: #AAA;
    background: url("../images/short_hor_line.gif") no-repeat scroll 0 100%;
    padding: 0px 0px 20px 0px;
    }

    with

    .blogpage .iteminfo {
    z-index: 12;
    font-size: 92%;
    color: #AAA;
    background: url("../images/short_hor_line.gif") no-repeat scroll 100% 100%;
    padding: 0px 0px 20px 0px;
    }

    – You replace this code from /plugins/system/jat3/jat3/base-themes/default/css/template.css

    dl.article-info dd, dl.article-info dt {
    padding: 0 5px 0 0;
    margin: 0;
    display: inline;
    }

    with

    dl.article-info dd, dl.article-info dt {
    padding-left: 345px;
    margin: 0;
    display: inline;
    }

    Aratype Friend
    #421560

    Many thanks, my version for the last code… (/plugins/system/jat3/jat3/base-themes/default/css/template.css)

    dl.article-info { direction: rtl; float: right; padding: 0; margin: 0; width: 70%; text-transform: none; }

    dl.article-info dd, dl.article-info dt {
    padding: 0 5px 0 0;
    margin: 0;
    display: inline;

    }

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

This topic contains 5 replies, has 2 voices, and was last updated by  Aratype 13 years ago.

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