Hi:
For some pages i need a background image for breadcrumbs as a header.
The thing is that as the website content is boxed (exactly how i want) the breadcrumbs are also boxed.
I applied the following css code in order for the breadcrumb to become fullwidth (and it works):
.page-heading .container {
padding-left: 30px;
padding-right: 30px;
max-width: 100% !important;
}
Issue here is that background image do not cover the entire section.
Even if the image does not have the dimensions, it should cover fit.
How do i accomplish that?
Screenshots:
https://ibb.co/Ttg7dGg
https://ibb.co/M2nGND5
Thanks.