Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • crystalprint Friend
    #191029

    Hi ,

    I got a question.

    Is it possible to put 5 articles beside each other instead of basic 3 articles ??

    kind regards

    phong nam Friend
    #507661

    Hi crystalprint,

    You can go to the backend of Blog module (K2 content type), set 5 to Item count option, and put below codes into the end of templates/ja_zite/css/template.css file:

    /*Display 5 items on K2 Content module front-end*/
    div.content-home ul li {
    width: 20% !important;
    }

    div.moduleItemImage img {
    max-width: 100%;
    }

    Clear JAT3 cache then.

    crystalprint Friend
    #507691

    Thank you very much !

    i have another problem that came up when i used those css codes. my icon that suppose to be in the middle is now placed to the right(see attachment).

    Dont know how to change it back to the middle..


    1. Schermafbeelding-2013-10-01-om-14.01.33
    phong nam Friend
    #507695

    Hi crystalprint,

    Can you put your website’s url here or send me PM ?

    phong nam Friend
    #507700

    Hi crystalprint,

    You can open /templates/ja_zite/css/k2.css file, find lines:

    div.content-home div.moduleItemImage span {
    background: url(../images/badge-bg.png) no-repeat 0px 0px;
    display: block;
    height: 50px;
    position: absolute;
    bottom: -25px;
    left: 125px;
    width: 50px;
    }

    Change to left: 65px; . Clear JAT3 cache then.

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

This topic contains 5 replies, has 2 voices, and was last updated by  phong nam 10 years, 8 months ago.

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