Tagged: Logo issue
When I set my logo in the header it appears the correct size in I.E. but looks smaller in Chrome.
Any ideas why??
Hey Starfire3,
Please provide a link to the site so that we can look into this further.
Best regards,
Jordan Shannon
countrysidecustomhomes.net
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_top.html_logo_center .logo img {
margin: auto;
}
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
width: 100%;
}
Best regards,
Yigit
Hi,
Thanks. I looked at the site, and on my end they appeared the same in either browser. Could you please provide a screen shot of this issue.
Best regards,
Jordan Shannon
I have taken a snapshot of the site logo issue. Remember it is not the kc1nbd, it is the image of countryside home.
thank you
Hi,
The image appears to be broken.
Best regards,
Jordan Shannon
what does that mean please??
Hi,
The image screenshot you attached to the above message (reply to 766333) is not displaying.
Best regards,
Jordan Shannon
it is a web address. please go check it.
Hi,
Are you needing the logo to be larger?
Best regards,
Jordan Shannon
it looks good on internet explorer but is small on chrome. needs to be same size on all browsers.
Hi,
Apologies, they both look the same to me. I will send this to my teammate to take a look at.
Best regards,
Jordan Shannon
Hi,
Please try this code below in Enfold > General Styling > Quick CSS section.
.logo img {
margin-top: 30px!important;
min-width: 750px;
}
Best regards,
Vinay