Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #962705

    Dear Enfold people,

    i already tried to solve my problem as described in Topic “Can you make header and footer stretch full width like a grid row?”
    I tried all css codes but with now result.

    I have a Vollbild Slider in my background and my Header is transparent. Now i want my Logo on the left side and Menu on the right side to
    stay always on the edge of the site or the visible picture.
    My logo is placed much further right and doesn´t start on the pages edge.
    Is it possible to change that?

    Would appreciate your help very much.
    Thank you and a good start into the week to you.

    Filipp

    #963246

    Hey Filipp,

    Could you please attach a mockup of what you’re trying to achieve?

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #963474
    This reply has been marked as private.
    #963691

    Hi,

    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:

    
    #header .container {
        max-width: 100%;
    }
    
    

    Best regards,
    Yigit

    #963699

    Hi Yigit,
    thanks for your Reply.
    I added the CSS. But unfortunately no result. The Logo is still not far left on the Screenedge.
    Any ideas?

    Kind regards.
    Filipp

    #963701

    Hi!

    Code is currently not being applied. Please try following

    
    #header .container {
        max-width: 100% !important;
    }

    and if that too does not work, please create temporary admin logins and post them here privately so we can look into it.

    Regards,
    Yigit

    #963707

    Thank you.
    Did it, but still no change.
    Credentials below.
    Would be great if you find a sollution.

    #963712

    Hey,

    There was a missing closing curly bracket in Quick CSS. I added it. Please flush browser cache and review your website.

    Regards,
    Yigit

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