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?
Hey,
Thanks for contacting us!
Could you please post a link to your website so we can inspect the issue? :)
Best regards,
Yigit
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
Thanks Yigit! The code was generated from Enfold settings.
It was not in the Childtheme.
But now it´s working fine.