Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • colin1boulter Friend
    #143709

    Hello

    I have installed the JA Zinc Template and Joomla 1.5.

    Can anybody help?

    I am trying to apply Horizontal and Vertical spacing to an image within an article. Everytime I press save or apply the Vertical/Horizontal spacing I have entered it is cancelled out.

    Thanks

    prakash Friend
    #315316

    hi..any live link that you can show to help you solve the problem…

    colin1boulter Friend
    #316108

    Hello

    Yes here is a live link…if you look at the top of the image you will see it is squashed up against the pdf and print icons.

    http://74.52.141.93/~anne/index.php?option=com_content&view=section&layout=blog&id=1&Itemid=55

    Thank you in advance for your help

    prakash Friend
    #316116

    Hi

    For this what you will need to do is this

    open the file >templates>ja_zinc>css>template.css

    then create a new class…

    .article-content img {
    padding:10px;
    }

    padding would be how much h/v space u would like to keep. I have mentioned 10 but you can keep it to how much you want.

    this would solve ur problem of spacing

    Arvind Chauhan Moderator
    #316117

    Hi colin1boulter,

    To me on my firefox 3.5.2, it seems that the pdf, email and print icons are overlapping onto the image.
    may be you can try the following to separate the icons from overlapping the images :

    open your template.css at line : 457

    edit this code :

    <blockquote>/* META
    ——————————————————— */
    .article-toolswrap {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    }
    </blockquote>

    To

    <blockquote>/* META
    ——————————————————— */
    .article-toolswrap {
    display: block;
    margin: 0 0 10px;
    padding: 5px;
    position: relative;
    }
    </blockquote>

    Regarding your first question. I am bit confused. May be you can elaborate a bit.

    Arvind

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

This topic contains 5 replies, has 3 voices, and was last updated by  Arvind Chauhan 15 years, 2 months ago.

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