Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • sugiarto Friend
    #135414

    Hi all,

    I don’t know if someone has asked this question, if so, please tell me the link.

    What I want is simple, I want to change align in banner position from center align to left align, what file should be altered?

    Thanks in advance.

    Rgs,
    Sugiarto.

    Anonymous Moderator
    #279376

    Hi,

    please open template.css file, find following script:
    [PHP]
    #ja-banner {
    margin: 0;
    padding-top: 15px;
    text-align: center;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #CCCCCC;
    }
    [/PHP]
    and then chang this cript to:
    [PHP]
    #ja-banner {
    margin: 0;
    padding-top: 15px;
    text-align: left;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #CCCCCC;
    }
    [/PHP]
    Hope it helps.

    sugiarto Friend
    #279472

    Ok, it really helps, thanks a lot.

    Regards,
    Sugiarto.

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

This topic contains 3 replies, has 2 voices, and was last updated by  sugiarto 15 years, 10 months ago.

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