- Posts: 16
- Thank you received: 0
logo graphic need to edit
-
phil2564
Inactive member - Topic Author
- New Member
Less
More
12 years 11 months ago #13895
by phil2564
logo graphic need to edit was created by phil2564
I want to change the logo graphic, knowing it is here.
/templates/hot_model_agency/images/logo.png in the files
I went ahead and made a new one but the original one was 84 height 164 width
my new one is 84 height 300 width. When overwritten the demo one it shows oly half the image now. Where do I go to edit the size that the image should be on the page.
Thank You in advance,
Phil
/templates/hot_model_agency/images/logo.png in the files
I went ahead and made a new one but the original one was 84 height 164 width
my new one is 84 height 300 width. When overwritten the demo one it shows oly half the image now. Where do I go to edit the size that the image should be on the page.
Thank You in advance,
Phil
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
12 years 11 months ago #13908
by milos
Replied by milos on topic Re: logo graphic need to edit
Please go to the Module Manager and edit Logo module. Enable HTML view. You will notice the width parameter of the image set there. Please change it.
Please Log in to join the conversation.
-
phil2564
Inactive member - Topic Author
- New Member
Less
More
- Posts: 16
- Thank you received: 0
12 years 11 months ago #13918
by phil2564
Replied by phil2564 on topic Re: logo graphic need to edit
I actual found it in the templates/hot_modeling_agency/CSS/layout.css
I changed the parameters in the layout.css file
Below is what I changed Maybe this can help someone else.
Thank you but all working great now.
I changed the parameters in the layout.css file
Below is what I changed Maybe this can help someone else.
Code:
.logo_image {
width:350px;
height:84px;
background:url(../images/logo_white.png) no-repeat;
}
Thank you but all working great now.
Please Log in to join the conversation.
Time to create page: 0.178 seconds