We had our logo showing perfectly at the 500 x 150 we wanted it at.
Then out of the blue over the past few days it changed.
our main logo has somehow gone back to being smaller and is now showing up resized (500px × 150px (scaled to 272px × 82px))
we did not make ANY changes to the stylesheet coding.
Can someone please remind me where we can find this code in the Stylesheet and STOP this auto resizing from happening.
Thanks.
Hi
I’ve checked your site and the logo have 500x150px size: http://screencast.com/t/zk6xglpSXcS I am not sure what the problem is, so if you still have it please provide more details.
Thanks!
Andrei
Please look at this page – http://www.ilike2complain.com/
On the actual site the logo looks much smaller and resized as mentioned above.
Do you see the same thing?
Here is a Firefox pic taken just now. You can see how the logo is resizing down to 272×82 automatically
http://www.ilike2complain.com/images/firefox-screen.jpg
Here is a Chrome pic taken just now. You can see how the logo looks normal and full size as we want:
http://www.ilike2complain.com/images/chrome-sreen.jpg
Can you PLEASE explain why our visitors are seeing 2 different things on the different browsers?
Thanks!
Hi TVDinner,
I believe this happens due to cache. I have tested your site on Firefox and here is how it looks on my side: http://screencast.com/t/EbTbTPahu7EF and I get the same result on chrome: http://screencast.com/t/ZVNIobWA so if you don’t get the same result please make sure you empty all caches, browser’s also: https://kb.iu.edu/d/ahic then test it again and try this custom css in theme’s panel custom css sections top make the ad banner and the logo stay on one line: http://screencast.com/t/AFPwGoe2GlsF
.td-header-style-1 .td-header-sp-ads {
width: 510px !important;
}
Thanks for the message!
Hi
Sorry for the delay, we somehow missed your post.
Your site seams to be displayed fine in chrome to as you can see here: http://screencast.com/t/TyCBWiPKwoL If you still have this issue please try to clear the browser cache and test again.
Thanks!
Andrei – I am getting feedback from people that my logo has once again shrunk and is being auto resized.
Can you please confirm what you are seeing please.
The logo on the page should show on the page at 500px × 150px AND NOT scaled to 272px × 82px
Any feedback is appreciated.
Thanks
James
Hi
Indeed your logo is smaller than the dimension you indicated: http://screencast.com/t/oNCaXnGroTqm
Try this custom css in theme panel > custom css to increase its size: http://screencast.com/t/KSNBsrjvTpeO
.td-header-sp-logo img{
width: 100%;
max-height: 150px;
}
.td-header-sp-logo{
width: 500px;
}
.td-header-header {
margin-top: 15px;
margin-bottom: 15px;
}
Let me know ho it goes.
Thanks!
ok I added the code you suggested to the custom CSS. There was already other custom CSS there from a past problem we tweaked to keep the ad and logo on the same line – here is the code i have now
body.td-animation-stack-type0 .td-animation-stack .entry-thumb, body.td-animation-stack-type0 .post img {
opacity: 1 !important;
}
.td-header-style-1 .td-header-sp-ads {
width: 510px !important;
}
.td-header-sp-logo img{ width: 100%; max-height: 150px; } .td-header-sp-logo{
width: 500px;
} .td-header-header {
margin-top: 15px;
margin-bottom: 35px;
}
The margins on the top and bottom of the logo are a little off.
Can you tell me how it looks on your end and if I should tweak the code additionally?
Thanks again.
Hi
The logo is displayed like here when I visit your site: http://screencast.com/t/EaeyxJxFv1b To modify the margin values just change this numbers as you like:
margin-top: 15px;;
margin-bottom: 35px
Thanks!