Tagged: logo
Hi,
\\i updated the Enfold theme. Also installed several plugins to make the site a bit quicker… So far so good… Websites works fine but our logo is missing. Tried deinstalling the plugins, upload logo’s again but still no logo. Can someone help me out?
Hey Guzzolini,
Thank you for contacting us.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - */
#header .logo img {
min-height: auto;
min-width: 100px;
margin-top: 30px;
}
Best regards,
Vinay
I’m having the same issue. Tried adding the above CSS but no luck. See http://www.hunterdigitalmarketing.com.
Hi,
@elituchy thanks for the link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
div .logo {
position: relative !important;
}
#header .logo img {
margin-top: 0px !important;
}
Best regards,
Mike
That didn’t work for me. Still no logo.
`/* CSS – */
#header .logo img {
min-height: auto;
min-width: 100px;
margin-top: 30px;
}
This worked for me :D thanks
Hi,
Glad to hear, thanks for sharing your solution. We will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike