I am sorry for the long delay @plastickosmos ??
despite having the setting on 100% width, the section only ocupies the part in color.
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
@media only screen and (min-width: 1200px) {
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
max-width: 100%;
}
}
If it doesn’t help. Can you provide a screenshot with annotations showing what you’ll like to achieve?
Please use external file sharing services like Google Drive to host your image file and get the shareable link.
get rid of that white space if I so desire?
Try adding this CSS code to your site’s Additional CSS:
.woocommerce-page-header {
padding-top: 5px;
padding-bottom: 5px;
}
.woocommerce-page-header + .content-wrapper {
margin-top: 0;
}
Regards,
Kharis