Hi,
Can you tell me how I can stretch the logo out on every page? I uploaded this as the logo and I would like it to stretch out to the full width of the page. Can you help with that? I’ve included the credentials below:
Hey devynspirit,
We have added this code to the Quick CSS section under Enfold > General Styling :
.responsive .container.av-logo-container {
max-width: 100%!important;
}
Please review the site and let us know if you need anything else :)
Best regards,
Vinay
That stretched it out more, but not all the way across. I can still see some whitespace on each side of the log/header.
Hi,
Please try this as well:
.av-section-bottom-logo .container {
padding: 0 !important;
}
Best regards,
Rikard
That didn’t work either. Can I remove the logo and then set up a full-width easy slider instead?
Can you please send the code for removing the logo?
Thanks,
Ellany
Hi,
To make the logo stretch the same width as the browser please use the below css
.logo img {
width: 100vw!important;
}
To remove the logo simply remove the image from Enfold > Logo
or use the below css
.logo {
display:none;
}
Hope this helps :)
Best regards,
Vinay