Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • dionf Friend
    #165499

    Hello,

    I found a few posts with similar problems, but none of them use K2.
    With the template comes K2 and on the frontpage (intro)items and also the full items, there is no space between the images and the text.

    I can’t find it in the template.css or K2.css.
    Can someone help me?

    Website: http://www.girlstyle.nl
    See image: http://screencast.com/t/Sp12T6Rpxyf

    Thank you.

    Regards,

    Dion

    Sherlock Friend
    #397774

    Hi Dion,

    Problem because K2 component has own css for it.

    You can edit k2.css (components/com_k2/css folder):
    1.For Home page: line 395
    <blockquote>div.catItemIntroText img {
    }</blockquote>
    You can add padding or margin as you want into it, then you will have space betwwen images and texts
    Example :
    <blockquote>div.catItemIntroText img {
    padding-right:5px;
    }</blockquote>
    2.For full items: line 194
    <blockquote>div.itemFullText img {
    }</blockquote>
    You also can add padding and margin as you want.

    Regards

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 13 years, 5 months ago.

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