-
AuthorPosts
-
Aratype Friend
Aratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
October 25, 2011 at 4:54 pm #170049I 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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 25, 2011 at 5:05 pm #421519Hi,
Could you give me a link to your page as you said?Aratype FriendAratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
October 25, 2011 at 5:07 pm #421520khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 25, 2011 at 5:48 pm #421528You 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;
}1 user says Thank You to khoand for this useful post
Aratype FriendAratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
October 25, 2011 at 8:05 pm #421560Many 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;}
-
AuthorPosts
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