-
AuthorPosts
-
Rusell Cerrato Friend
Rusell Cerrato
- Join date:
- September 2014
- Posts:
- 220
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 120
- Thanked:
- 8 times in 1 posts
July 31, 2012 at 6:02 pm #179548hello guys!
i am using zite
i set all my k2 items to hide the author details and picture
I need to move all main k2 and article contents to left as much as the template allows me.
I try by removing the code on layout for the position-7block, but no success.
here is a pic of what i need to acheive.
best regards to all.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 1, 2012 at 7:38 am #462810Hi rcerrato,
To hide the author details and picture section permanently you can open the file of templates/ja_zite/css/k2.css look for this css
div.itemBlogMeta {
color: #999999
left: 0;
position: absolute;
text-align: right;
top: 0;
width: 130px;
}change it to
div.itemBlogMeta {
color: #999999
display: none;
left: 0;
position: absolute;
text-align: right;
top: 0;
width: 130px;
}
To move the contents section to the left also on that file you look for this cssdiv.catItemBlogView {
background: none repeat scroll 0 0 transparent;
margin: 0;
overflow: hidden;
padding: 0 0 0 155px;
position: relative;
}change it to
div.catItemBlogView {
background: none repeat scroll 0 0 transparent;
margin: 0;
overflow: hidden;position: relative;
}I hope this change would help !
1 user says Thank You to Sherlock for this useful post
Rusell Cerrato FriendRusell Cerrato
- Join date:
- September 2014
- Posts:
- 220
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 120
- Thanked:
- 8 times in 1 posts
August 3, 2012 at 2:25 pm #463084thanks Sherlock, I migth done something wrong since it did not work.
here is a couple of links so you can see that the k2 items, are more at the rigth than the module below.
you will see a module on position 3 wich is more at the left than k2 items… and where I need the k2 items strart being shown.
thanks very much.!
rgds
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 4, 2012 at 6:52 am #463143HI rerrcato,
You could open the file of templates/ja_zite/css/k2.css look for this css
#k2Container.itemBlogView {
border-right: 1px solid #DDDDDD
padding-left: 160px;
padding-right: 20px;
position: relative;
}Change it to
#k2Container.itemBlogView {
border-right: 1px solid #DDDDDDpadding-right: 20px;
position: relative;
}I hope it helps !
1 user says Thank You to Sherlock for this useful post
Rusell Cerrato FriendRusell Cerrato
- Join date:
- September 2014
- Posts:
- 220
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 120
- Thanked:
- 8 times in 1 posts
August 5, 2012 at 7:22 pm #463236Works!!! thanks so much!
now I will be able to move all article contents to k2 items, and take advantege of k2 extentions!
rgds!
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by Rusell Cerrato 12 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
move main content to left on zite
Viewing 5 posts - 1 through 5 (of 5 total)