-
AuthorPosts
-
May 21, 2013 at 10:23 am #23573
Hi,
On IE8, with small fixed header, the logo is a bit stretched vertically (because compressed horizontally?), and when going down in the page, thus showing the mini menu, the logo is compressed vertically (because stretched horizontally?).
The logo dimensions are as recommended (200×45).
Can we solve this?
Thanks,
Thomas
May 22, 2013 at 2:07 am #120358Hi,
Try to add this on your custom.css
.logo img {
padding: 5px 09;
display: block9;
width: auto9;
height: auto9;
max-height: 100%9;
}Cheers,
Ismael
May 22, 2013 at 7:21 am #120359Hi Ismael,
I added your code to the custom.css file.
Result is OK for the full menu : the logo looks nice.
But the logo in the mini-menu doesn’t get reduced. When scrolling down, the logo size does not change, so the result is that it’s cut in half by the bottom line of the mini menu…
Any idea?
Thanks for your help.
Thomas
May 22, 2013 at 10:32 pm #120360Hi,
Please provide a URL to the location where this event is taking place. Since there are so many ways to customize this theme, and with a number of updates already released, -there is no sure way for us to provide you with a reliable answer without first looking at the code.
Your best bet is to mask the link using http://www.goo.gl or show a page on the demo site which displays the behavior. A labeled screenshot hosted on imgur.com or else where would also be helpful in ensuring success. However. a screenshot alone is not very helpful since we need to see the html/css/js code particular to your situation in order to provide a meaningful solution.
Thanks,
Nick
May 27, 2013 at 1:50 pm #120361May 27, 2013 at 11:42 pm #120362Hi,
Your website looks familiar :)
Your logo though is not 200×45 , but is 300×67 and it displays at 300×77 thus looking a bit stretched horizontally
When the logo becomes small , it shrinks down to 152×44 from 300×77.
I suggest you re-upload the logo at 200×77. Make sure the width is 77 or it will stretch it to 77 if its less. If you want to keep 300 height, that’s fine, just make sure the width is 77.
Thanks,
Nick
-
AuthorPosts
- The topic ‘IE8 & small fixed header : logo problem’ is closed to new replies.