Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • iamkenny Friend
    #173711

    The site is not showing properly with Firefox 9.0.1.
    even the demo you provide is problem on displaying.
    http://templates.joomlart.com/ja_community_plus/
    see the pictures here.
    please tell me how to fix it.


    1. joomlart
    iamkenny Friend
    #437770

    <em>@iamkenny 299675 wrote:</em><blockquote>The site is not showing properly with Firefox 9.0.1.
    even the demo you provide is problem on displaying.
    http://templates.joomlart.com/ja_community_plus/
    see the pictures here.
    please tell me how to fix it.</blockquote>

    Safari also problem like that.

    cssyeah Moderator
    #437776

    Hi iamkenny,

    Open the template.css file in the css folder, you find the following code section:


    div.ja-innerdiv .ja-bottom-links {
    float: left;
    margin-right: 45px; /* Replace it by 42px */
    }

    Tell me if it don’t work. Thanks

    iamkenny Friend
    #437819

    Dear TRungch

    It works with Firefox,
    BUT for Safari it is still problem.

    cssyeah Moderator
    #438163

    Hi iamkenny,

    Add the width property in the follow code section:


    div.ja-innerdiv .ja-bottom-links {
    float: left;
    margin-right: 45px; /* Replace it by 42px */
    width: 23%; /* Add new property*/
    }

    I tested on the Safari and Firefox, it work.

    iamkenny Friend
    #438173

    Dear Trungch, By using your advice, the bottom modules align problem seems solved,
    BUT there is new problem caused by follwing your advice: the module title words become in 2 lines, you can check the attached picture. I guess it is because the module width is too short ?


    1. title-problem
    cssyeah Moderator
    #438263

    Hi,

    Can you provide me the url link of the your site? I’ll suggest you a final solution.

    Thanks.

    iamkenny Friend
    #438264

    I sent to you PM. you can reply to me via PM.
    Please do not mention the site name and URL in the forum post. thank you.

    cssyeah Moderator
    #438265

    Hi,

    Open the template.css file and find the following code section:


    div.ja-innerdiv h4 {
    color: #9A8D85;
    font-weight: bold;
    margin: 0 0 15px;
    text-shadow: 0 1px 1px #000000;
    }

    and add new some properties:


    div.ja-innerdiv h4 {
    color: #9A8D85;
    font-weight: bold;
    margin: 0 0 15px;
    text-shadow: 0 1px 1px #000000;
    display: block;
    margin-right: -40px;
    }

    I hope it work. 🙂

    iamkenny Friend
    #438282

    It seems your suggestion works. thank you so much.

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

This topic contains 10 replies, has 2 voices, and was last updated by  iamkenny 12 years, 9 months ago.

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