Hello,
I would like to control the left margins of my menu headers and footers. Not sure which class does that?
Also, I have replaced the logo on my header: while it appears when I scroll down, when the menu is full-height it shows me a broken image link (yes, I have cleared cache, and no I do not have any caching plugins activated yet ;-) logo is png image
Dev site at: https://lostmypet.ca/sample-page/
Hey Itai,
Please try the following in Quick CSS under Enfold->General Styling:
#header .container, #footer .container {
width: 100% !important;
padding: 0 !important;
}
Best regards,
Rikard
Hey Rikard,
That doesn’t seem to work. Left margin is still there. https://lostmypet.ca/sample-page/
Also, still no logo on navbar. Shows broken image before I scroll down and the bar becomes compact. As soon as I scroll the image appears.
Cheers,
Itai
Hi,
Try this instead:
#header .container, #footer .container {
width: 100% !important;
padding: 0 !important;
margin: 0 !important;
}
You can set the transparency logo under Enfold->Header->Transparency Options.
Best regards,
Rikard
Hi Rikard,
Both of those recommendations worked. Thanks so much!
You can close this thread now.
Cheers,
Itai
Hi Itai,
Glad we could help :)
We are closing the thread.
Best regards,
Victoria