- Posts: 15
- Thank you received: 0
Problem with logo size
-
spinfx
Inactive member - Topic Author
- New Member
Less
More
9 years 2 weeks ago #46116
by spinfx
Problem with logo size was created by spinfx
Hi
I have a problem with the logo size on my site.
The original logo is 228px wide X 126px high. I have made my company logo 126px high, but it is wider than the original at 496px.
I want the logo to be full height, but the template is shrinking it down to 228px wide and also reducing the height proportionally.
I have tried to change the size of the "logo" position to 500px wide (and also reduced the right hand position accordingly). However, that just messes with the layout and pushes the top menu further right.
Has anyone else had a similar problem and been able to fix it?
Please advise how I might resolve the problem.
Many thanks, David
I have a problem with the logo size on my site.
The original logo is 228px wide X 126px high. I have made my company logo 126px high, but it is wider than the original at 496px.
I want the logo to be full height, but the template is shrinking it down to 228px wide and also reducing the height proportionally.
I have tried to change the size of the "logo" position to 500px wide (and also reduced the right hand position accordingly). However, that just messes with the layout and pushes the top menu further right.
Has anyone else had a similar problem and been able to fix it?
Please advise how I might resolve the problem.
Many thanks, David
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
9 years 2 weeks ago #46117
by milos
Replied by milos on topic Problem with logo size
Hello,
Please give us link of your site so we can inspect the code.
Thanks
Please give us link of your site so we can inspect the code.
Thanks
Please Log in to join the conversation.
-
spinfx
Inactive member - Topic Author
- New Member
Less
More
- Posts: 15
- Thank you received: 0
9 years 2 weeks ago - 9 years 2 weeks ago #46118
by spinfx
Replied by spinfx on topic Problem with logo size
Hi
Thanks for your reply
Here's the site link www.fusions.com.au
Also, how do I get rid of the faded oval and cream roll over in the footer section. This has only appeared in the last 24 hours and all I added was the Google Map.
Thanks, David
PLEASE USE THE LOGIN I SENT WITH MY LAST TICKET
Thanks for your reply
Here's the site link www.fusions.com.au
Also, how do I get rid of the faded oval and cream roll over in the footer section. This has only appeared in the last 24 hours and all I added was the Google Map.
Thanks, David
PLEASE USE THE LOGIN I SENT WITH MY LAST TICKET
Last edit: 9 years 2 weeks ago by spinfx.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
9 years 2 weeks ago #46119
by milos
Replied by milos on topic Problem with logo size
Hello,
In file layout.css you will find this:
and this:
Please increase width of the logo area and reduce the top menu area width for the same value.
Thanks
In file layout.css you will find this:
Code:
#logo {
height: 126px;
width: 228px;
float: left;
}
and this:
Code:
#topmenu_pad {
padding: 22px 4px 0px 4px;
float: right;
width: 724px;
text-align: right;
}
Please increase width of the logo area and reduce the top menu area width for the same value.
Thanks
Please Log in to join the conversation.
Time to create page: 0.282 seconds