Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • pagabas Friend
    #163154

    Hello
    The template seems to have an issue when adding an image with a text… I can’t get the image to line up with the text using align=”top” OR “left” . Also, I used hspace to control the space with the text but past hpace=”25″, nothing moves. I even resizes the
    see site here: http://www.mairie-pouni.com/dev
    Thanks


    1. layout_001
    chavan Friend
    #387809

    Do you want more space between image and text in the attached image. Please advice

    pagabas Friend
    #388221

    Chavan,
    I used hspace = 25 and still I do not see any improvement. Also, I noticed that whenever I use the article WYSIWYG editor, it does not display well in front end. I endup using the html editor to enter codes, but even with that its a struggle. For example, a table will show fine in preview, but not when it is saved.
    I would like to know how you manage content (easily) with this template.
    Thanks

    chavan Friend
    #388263

    Go to this file http://www.mairie-pouni.com/dev/templates/ja_anion/css/template.css

    Then do the following changes. Just added a padding to that image.

    Replace the code


    .article-image {
    float:left;
    left:0;
    position:relative;
    top:5px;
    }

    with

    .article-image {
    float:left;
    left:0;
    position:relative;
    top:5px;
    padding:0 5px 0 0;
    }

    Note: If you Find my Post useful please click on the Thanks Icon

    pagabas Friend
    #388433

    Thanks. It worked

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

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

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