Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Rusell Cerrato Friend
    #179548

    hello 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.


    1. move-maincontenttoleft.fw_
    Sherlock Friend
    #462810

    Hi 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 css

    div.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 !

    Rusell Cerrato Friend
    #463084

    thanks 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.

    Link 1

    Link 2

    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 Friend
    #463143

    HI 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 #DDDDDD

    padding-right: 20px;
    position: relative;
    }

    I hope it helps !

    Rusell Cerrato Friend
    #463236

    Works!!! thanks so much!

    now I will be able to move all article contents to k2 items, and take advantege of k2 extentions!

    rgds!

Viewing 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, 1 month ago.

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