what’s up with that? theme is current, everything is up to date. see the links in the private content, including a direct link to the logo file.
Hey charger70!
The issue is that the logo you are using is getting resized, because it is way to big for the position there.
Can you split it to be in two lines, like the photo been below?
If not we have to see if we can modify it somehow.
Thanks a lot
Regards,
Basilis
I see.
Well, the theme changed, because until quite recently, it showed fine page-wide.
So now i have to modify their corporate identity to conform to a theme change?
Somehow they’re not going to be super happy about that LOL. Any other ideas?
Hey!
Can you please try adding following code to Quick CSS
.html_header_top.html_logo_center .logo {
left: 5%;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
Cheers!
Yigit
wow, Yigit, once again, you are a GENIUS. thank you, sir!!!