Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • connan Friend
    #126414

    http://www.worlddayofprayeraustralia.org/index.php

    On the home page, the time, print, email and pdf icons are either behind or in front of the Date/Time, Section, Category text depending on what browser is used.

    I have tested it in:

    – IE7
    – Firefox 2

    Any solutions?

    Thanks.


    1. 1
    2. 2
    Nam Nguyen Phi Friend
    #241831

    Hi conan,
    It is a bug of ja corona, that will be fix in update download files.
    In waiting time, you can fix it your self as follow:
    1. open /templates/ja_corona/css/template.css
    2. Goto line 475, change

    .article-meta {
    float: left;
    padding: 5px;
    width: 70%;
    }

    .createby {
    background: url(../images/icon-author.gif) no-repeat 0 1px;
    padding: 3px 3px 3px 20px;
    }

    .createdate {
    background: url(../images/icon-date.gif) no-repeat 0 2px;
    padding: 3px 3px 3px 20px;
    }

    .modifydate {
    float: left;
    width: 100%;
    }

    div.buttonheading {
    float: right;
    width: 20%;
    }

    into:

    .article-meta {
    float: left;
    padding: 5px;
    width: 70%;
    display:block;
    }

    .createby {
    background: url(../images/icon-author.gif) no-repeat 0 1px;
    padding: 3px 3px 3px 20px;
    display:block;
    float: none;
    }

    .createdate {
    background: url(../images/icon-date.gif) no-repeat 0 2px;
    padding: 3px 3px 3px 20px;
    display:block;
    float: none;
    }

    .modifydate {
    float: left;
    width: 100%;
    }

    div.buttonheading {
    float: right;
    width: 70px;
    }

    3. Save it and refresh your page

    regards.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Nam Nguyen Phi 16 years, 6 months ago.

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