-
AuthorPosts
-
February 21, 2008 at 9:35 am #125868
Hello,
Does anybody help me how to change logo size to higher?
Need to resize logo space for a higher logo.
Thanks in advance!
danaosMenalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
February 28, 2008 at 8:16 am #240550You can do this:
Open up the template_css.css file on line 1036:
#ja-header h1 {
background:transparent url(../images/logo.gif) no-repeat;
float:left;
font-size:2em;
height:46px;
margin:0pt;
padding:0pt;
width:220px;
}
And change height there, but it will push all things down, so it might not work as you wanted, to get a higher logo in this template alot of work is needed to do. But if the solution i posted for you works its fine:)March 13, 2008 at 11:03 am #242115Hi every body,
Did some body found solution for this problem,
my logo have this size : 400px * 50px and when I put it in my template, it push all things down.
Thank you.Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
March 13, 2008 at 11:06 am #242116To put a large logo in Rochea will not work out fine, unless you rewrite some parts of the header.
Do you have a live url to show us and a link to your logo?March 13, 2008 at 1:01 pm #242121My web site is not in the internet, is in local disk but here is my logo.
Thank you.
March 18, 2008 at 4:01 pm #242496Hi,
here is my url for exemple : http://sen-adresse.com/aladin
I didn’t found a solution for my logo size problem.Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
March 18, 2008 at 4:26 pm #242500Change
#ja-header h1 {template_css.css (line 1036)
background:transparent url(../images/logo.gif) no-repeat scroll 0%;
float:left;
font-size:2em;
height:46px;
margin:0pt;
padding:0pt;
width:400px;
}
to
#ja-header h1 {template_css.css (line 1036)
background:transparent url(../images/logo.gif) no-repeat scroll 0%;
float:left;
font-size:2em;height:50px;
margin:0pt;
padding:0pt;
width:400px;
}
And change
.wide #ja-mainnavwrap {template_css.css (line 1151)
width:730px;
}
to
.wide #ja-mainnavwrap {template_css.css (line 1151)
height:50px;
width:550px;
}March 18, 2008 at 4:31 pm #242501Thank you very much 🙂 !!
-
AuthorPosts
This topic contains 8 replies, has 4 voices, and was last updated by interclass 16 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum