- Posts: 3
- Thank you received: 0
LOGO BIGGER THAN 140PX
-
nangdesigns
Inactive member - Topic Author
- New Member
Less
More
12 years 7 months ago #18336
by nangdesigns
LOGO BIGGER THAN 140PX was created by nangdesigns
hi,
i am trying to change the logo and have messed about with the settings. as i can see the maximum height for logo is about 140px. thing is, my logo is approx 200px in height. how can i get the top menu to move so that it is below the logo??
i am trying to change the logo and have messed about with the settings. as i can see the maximum height for logo is about 140px. thing is, my logo is approx 200px in height. how can i get the top menu to move so that it is below the logo??
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18349
by ivan.milic
Replied by ivan.milic on topic Re: LOGO BIGGER THAN 140PX
template_css.php:
#header_wrap {
height:154px;
....
layout.css:
.header_module {
overflow: hidden;
margin: 0 auto;
height: 164px;
}
.logo {
height: 114px;
width: 240px;
float: left;
}
Change height property of those 3 css entities
also you need to edit width and height attributes in index.php of template of logo image.
...
<a href="index.php"><img src="<?php echo $template_path ?>/images/logo.png" width="255" height="25" alt="joomla photo portfolio" /></a>
...
#header_wrap {
height:154px;
....
layout.css:
.header_module {
overflow: hidden;
margin: 0 auto;
height: 164px;
}
.logo {
height: 114px;
width: 240px;
float: left;
}
Change height property of those 3 css entities
also you need to edit width and height attributes in index.php of template of logo image.
...
<a href="index.php"><img src="<?php echo $template_path ?>/images/logo.png" width="255" height="25" alt="joomla photo portfolio" /></a>
...
Please Log in to join the conversation.
-
nangdesigns
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
12 years 7 months ago #18360
by nangdesigns
Replied by nangdesigns on topic Re: LOGO BIGGER THAN 140PX
worked perfectly. thank you!
however, i have encountered some more problems....if you don't mind.....
i am using the sample data that came with the template and am having an absolute nightmare changing the home page!!
to start with, i have managed to change the images on hot effect rotator without problem, but i cannot seem to find the code to change the colour of the border.
secondly, i cannot edit the text that is there. i found the article home page in article manager, but the text still stays the same as in the template. and oddly, it doesn't show any code for the hot effects rotator in the home page article. this has had me stumped for hours... please help!!
however, i have encountered some more problems....if you don't mind.....
i am using the sample data that came with the template and am having an absolute nightmare changing the home page!!
to start with, i have managed to change the images on hot effect rotator without problem, but i cannot seem to find the code to change the colour of the border.
secondly, i cannot edit the text that is there. i found the article home page in article manager, but the text still stays the same as in the template. and oddly, it doesn't show any code for the hot effects rotator in the home page article. this has had me stumped for hours... please help!!
Please Log in to join the conversation.
-
nangdesigns
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
12 years 7 months ago #18361
by nangdesigns
Replied by nangdesigns on topic Re: LOGO BIGGER THAN 140PX
ok, so i found the page i need to edit for the home page. that bits sorted!
Please Log in to join the conversation.
-
prconcept
Inactive member - New Member
Less
More
- Posts: 5
- Thank you received: 0
12 years 3 weeks ago #23485
by prconcept
Replied by prconcept on topic Re: LOGO BIGGER THAN 140PX
Sorry to be a little bit stupid but I did not find how to get the correst position of the logo, after changing the size
My image is 396 x 72 pixels, I change the value in the index.php file
Wich values should I change in the css files to have a goo result ?
Thanks by advance
My image is 396 x 72 pixels, I change the value in the index.php file
Wich values should I change in the css files to have a goo result ?
Thanks by advance
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 weeks ago #23497
by ivan.milic
Replied by ivan.milic on topic Re: LOGO BIGGER THAN 140PX
Send us link and we will check it on your site
Please Log in to join the conversation.
Time to create page: 0.162 seconds