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

    Hello
    in theme the stripe is not complete to the end of container. I have deactivated the child theme.
    But also in main Theme its the same error.

    What can i do to fix it?

    #1261000

    Hey,

    Thanks for contacting us!

    Could you please post a link to your website so we can inspect the issue? :)

    Best regards,
    Yigit

    #1261340
    This reply has been marked as private.
    #1261353

    Hi,

    That is because you have following custom CSS code

    .responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header {
        width: 95%;
        max-width: 90%;
    }

    Please add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab to overwrite it

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

    Best regards,
    Yigit

    #1261766

    Thanks Yigit! The code was generated from Enfold settings.
    It was not in the Childtheme.

    But now it´s working fine.

    #1261768

    Hi,

    You are welcome and thanks for letting us know!
    We will look into it :)

    Let us know if you have any other questions or issues and enjoy your weekend!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Stripe Header Menu not complete – Bug in Enfold Theme?’ is closed to new replies.