Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • neviomaria Friend
    #140267

    Hi,i have a problem whit images in Body position.I want to dislay images on the left,but dispay always on the center.
    Thanks

    Anonymous Moderator
    #301528

    Hi neviomaria,

    Could you send me your live url, the screenshots via PM so that i could have closer look on the issue?

    cssyeah Moderator
    #301532

    Hi neviomaria,

    Open article containing pictures and add this tag align=”left” in <img> tag.

    Ex: <img src=”…./your-image.jpg align=”left” />

    neviomaria Friend
    #301538

    <em>@trungch 124596 wrote:</em><blockquote>Hi neviomaria,

    Open article containing pictures and add this tag align=”left” in <img> tag.

    Ex: <img src=”…./your-image.jpg align=”left” /></blockquote>

    I already did it the way you say.It dosen’t work.It work only when open the article but not in frontpage.

    Thanks

    cssyeah Moderator
    #301555

    Hi,

    Open the template.css file in the css folder and seach following css section (about line 1302)


    .img-desc {
    text-align:center;
    }

    modify it.


    .img-desc {
    text-align:center; <-- delete this line.
    float: left;
    margin-right: 10px; <-- add new two line.
    }

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

This topic contains 5 replies, has 3 voices, and was last updated by  cssyeah 15 years, 7 months ago.

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