Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Heng CHeong Kum Friend
    #144284

    I need to remove the bar beside the image in articles.
    Please highlight to me which file I need to amend, I think it should be some files within the template but I couldn’t locate.

    Thanks


    1. nukleus-problem-2
    prakash Friend
    #317603

    Hi

    To fix this problem – open this file >templates>jalead>template.css

    around line 119 you will find this

    div.article-content img,
    .img-desc img {
    padding: 0 10px 10px 0;
    background: url(../images/img-bg.gif) no-repeat bottom right;
    margin-right: 10px;
    }

    now all you need to do is delete the background line… hence your final css for img would be

    div.article-content img,
    .img-desc img {
    padding: 0 10px 10px 0;
    margin-right: 10px;
    }

    This will remove the line bar you get near the image…

    Heng CHeong Kum Friend
    #317688

    Thanks prbalge,

    I found it, its similar, but edit the grass.css file since I am using this particular template.

    Thanks

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

This topic contains 3 replies, has 2 voices, and was last updated by  Heng CHeong Kum 15 years, 2 months ago.

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