-
AuthorPosts
-
September 7, 2006 at 6:50 pm #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.
September 12, 2006 at 11:21 am #210477A very good question – I couldn’t figure it out as well
Hung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
September 13, 2006 at 6:58 am #210484Do 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
September 13, 2006 at 9:38 am #210492Thank 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 AdminHieu Nguyen
- Join date:
- November 2005
- Posts:
- 678
- Downloads:
- 36
- Uploads:
- 0
- Thanks:
- 69
- Thanked:
- 61 times in 1 posts
September 14, 2006 at 11:01 am #210504Hi 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 Friendluthien
- Join date:
- February 2006
- Posts:
- 43
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 1 times in 1 posts
September 14, 2006 at 7:49 pm #210508I 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 Friendluthien
- Join date:
- February 2006
- Posts:
- 43
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 1 times in 1 posts
September 14, 2006 at 7:54 pm #210509Fixed 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;
}December 12, 2006 at 6:45 am #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.
-
AuthorPosts
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