test
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • paultch Friend
    #117156

    Hi, I’ve been trying out Joomla for awhile now and thought I had the hang of it … your new Polaris template is truly beautiful.

    However, I’m missing the instructions on how to change the logo in the upper right hand corner. Surely that’s one of the first things to do?

    I can find the logo.gif file, but where in the CSS can I modify the margins, padding,etc.?

    Thanks.

    sergein Friend
    #210477

    A very good question – I couldn’t figure it out as well

    Hung Dinh Friend
    #210484

    Do you guys mean this logo —> http://template.joomlart.com/ja_polaris/templates/ja_polaris/images/logo.gif
    This is in the images folder of the templates.

    If you refer to the user9 images, we have a user guide with a good instruction inside. You can download it at the club member area

    sergein Friend
    #210492

    Thank you for your care – but I was referring to the Logo.gif…. I can replace it with a picture but the frame remains 150 px by 150 px.

    My want is to insert a picture with any size I’d prefer so that it would display the full picture not just its 150×150 part.

    Hieu Nguyen Admin
    #210504

    Hi all,

    Please try to edit the lines in template_css.css below:

    #ja-header h1 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2em;
    }

    #ja-header h1 img {
    margin: 0;
    padding: 0;
    line-height: normal;
    }

    These values control the look and feel of the logo image. Good luck! 😉

    luthien Friend
    #210508

    I have the same problem. How to replace the logo without breaking the template? my logo is 112x177px. If I use the settings below, the logo looks the right size but there is an empty space between the logo and the rest of the text. It’s like the 150px image placeholder is there.

    #ja-header {
    position: relative;
    height: 177px;
    }

    #ja-header h1 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 177px;
    font-size: 2em;
    }

    #ja-header h1 img {
    margin: 0;
    padding: 0;
    height: 177px;
    width: 112px;
    line-height: normal;
    }

    luthien Friend
    #210509

    Fixed with this change:

    #ja-subheader {
    margin-left: 3px;
    background: #F5F3F1 url(../images/header-bg.gif) top right repeat-x;
    position: relative;
    float: right;
    width: 650px;
    height: 177px;
    }

    olesek Friend
    #212473

    :confused:
    I’ve been trying to insert a new logo into the Polaris template. My logo is 150 pixels tall and 300 pixels wide, however, the I only see 150×150 of my logo (150 pixels of the right side of the logo are gone).

    I have changed the template_css.css to:

    [FONT=”Courier New”]/* HEADER
    ——————————————————— */
    #ja-header {
    position: relative;
    height: 150px;
    }

    #ja-header h1 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    font-size: 2em;
    }

    #ja-header h1 img {
    margin: 0;
    padding: 0;
    height: 150px;
    width: 300px;
    line-height: normal;
    }[/FONT]

    The logo, which is 300 pixels wide is only displaying 150 pixels.

    Please help.

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

This topic contains 8 replies, has 6 voices, and was last updated by  olesek 17 years, 11 months ago.

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