Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • rclpris Friend
    #208799

    Hi,

    I have created a section to list the latest K2 update, howcome they look different on different pages. I like the way that they are displayed in different color background and also how the texts are group together (first picture). How do you fix this?

    TomC Moderator
    #577521

    It would be helpful if you could provide the url of the site you’re working on – as well as reference links to the pages with “different displays”

    rclpris Friend
    #577619

    Ok, I will send you my credentials.

    Latest info page has the undesire layout while the rest of the pages are looking fine.

    Thanks.

    rclpris Friend
    #643913

    Ok, I will send you my credentials.

    Latest info page has the undesire layout while the rest of the pages are looking fine.

    Thanks.

    rclpris Friend
    #742552

    Ok, I will send you my credentials.

    Latest info page has the undesire layout while the rest of the pages are looking fine.

    Thanks.

    Ninja Lead Moderator
    #577922

    <em>@rclpris 483099 wrote:</em><blockquote>Hi,

    I have created a section to list the latest K2 update, howcome they look different on different pages. I like the way that they are displayed in different color background and also how the texts are group together (first picture). How do you fix this?

    </blockquote>

    I could not see URL of your site but you can use my solution below

    + Create templates/ja_techzone/css/custom.css file and add new rule


    div.itemAuthorLatest {
    margin-bottom: 16px;
    padding: 0;
    }

    .itemAuthorLatest h3, .itemRelated h3 {
    margin-top: 0;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-size: 18px;
    color: #222222 ;
    }

    .itemAuthorLatest ul, .itemRelated ul {
    padding: 0;
    margin-left: 24px;
    }

    .itemAuthorLatest ul li, .itemRelated ul li {
    padding: 8px 0;
    border-bottom: 0;
    }

    .itemAuthorLatest ul li.even, .itemRelated ul li.even {
    background: #fffff0 ;
    }

    .itemAuthorLatest ul li.odd, .itemRelated ul li.odd {
    background: #fff ;
    }

    rclpris Friend
    #578059

    Thanks for your help but it still looks the same

    rclpris Friend
    #644350

    Thanks for your help but it still looks the same

    rclpris Friend
    #742983

    Thanks for your help but it still looks the same

    Ninja Lead Moderator
    #578121

    <em>@rclpris 483882 wrote:</em><blockquote>Thanks for your help but it still looks the same</blockquote>

    I fixed directly on your site with the solution below


    div.itemAuthorLatest {
    margin-bottom: 16px;
    padding: 0;
    }

    div.k2ItemsBlock h3{
    margin-top: 0;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-size: 18px;
    color: #222222 ;
    }

    div.k2ItemsBlock ul{
    padding: 0;
    margin-left: 24px;
    }

    div.k2ItemsBlock ul li{
    padding: 3px !important;
    margin-bottom:0px !important;
    }

    div.k2ItemsBlock ul li .moduleItemTitle {
    font-weight: initial !important;
    margin-bottom: 0px !important;
    font-size: 14px !important;
    }

    div.k2ItemsBlock ul li.even{
    background: #fffff0 ;
    border-bottom: 1px dotted #ccc !important;
    }

    div.k2ItemsBlock ul li.odd{
    background: #fff ;
    border-bottom: 1px dotted #ccc !important;
    }

    and you will see it from custom.css file

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

This topic contains 10 replies, has 3 voices, and was last updated by  rclpris 9 years, 4 months ago.

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