Hope you can help! I’ve been using Enfold since a couple of years but today I activated the Enfold Health demo on my website. I like it but I uploaded my own logo and when you scroll down its visible, but on the top it switches to the default Enfold Health logo. How can I change this please?
My site:
Hey hayonl,
Thank you for the inquiry.
You might need to specify or adjust the Transparency Logo in the Enfold > Theme Options panel. Please let us know how it goes.
Best regards,
Ismael
Hi Ismael, great thank you! I knew it had to be something simple but I couldnt find it in a couple of hours. Now I found it the option indeed, under Enfold > Header > Transparency options
Could you help me with one more thing?
I already aligned the logo to the right but if my menu bar gets too long (as in the spanish version of my site) it shows up over the logo… how can I align the logo to the total right corner? it’s not the total right now
cheers!
Hi,
Thank you for the update.
Is this only happening on tablet view or smaller screens? You could set the Enfold > Main Menu > General > Menu Items For Mobile setting to the second option (Activate for Smartphones and Tablets). You can also decrease the font size of the Main Menu Links element in the Enfold > Advanced Styling panel.
Best regards,
Ismael
On mobile the logo and menu already look fine. Its on my pc wide screen; the logo is aligned left but not totally…. how do I get it in the far left corner?
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.av-logo-container {
max-width: 100%;
padding: 0;
}
Best regards,
Rikard
Thank you Rikard, I entered it and the logo went a bit more to the left but not the far left corner yet (on my wide screen)
Hi,
Please try this instead:
.av-logo-container {
max-width: 100% !important;
padding: 0;
}
Best regards,
Rikard
Thank you, that worked! I changed the padding to 30 and thats perfect for me now. Cheers!