Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • jprater1209 Friend
    #131785

    On my home page, the image in my content item looks fine:

    http://www.thoughtreactor.com

    However, when I click on the content item, all the text is bombarding the image.

    http://thoughtreactor.com/photography/901-maganda/35-maganda.html

    What’s causing this? Thanks!

    kashxo Friend
    #264078

    We have override the homepage layout so the image align properly. But when navigate to that content, it’s default Joomla! view, so the image don’t have any padding for it.
    You can fix this issue by opening template.css in folder css of ja_labra

    At line 81st, you will see
    <blockquote>img {
    margin:0;
    padding:0;
    }</blockquote>
    Change it to
    <blockquote>img {
    margin:0 10px 0 0;
    padding:0;
    }</blockquote>
    and you will be fine.
    Goodluck

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

This topic contains 2 replies, has 2 voices, and was last updated by  kashxo 16 years, 3 months ago.

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