Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1148682

    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/
    margins to control are in purple...

    • This topic was modified 5 years, 1 month ago by Itai.
    #1148829

    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

    #1148876

    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

    #1149082

    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

    #1149236

    Hi Rikard,

    Both of those recommendations worked. Thanks so much!

    You can close this thread now.

    Cheers,

    Itai

    #1149322

    Hi Itai,

    Glad we could help :)

    We are closing the thread.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.