Currently, I am facing a challenge of making the background image of one of my divs cover the entire width of my screen while still limiting the content within the div to a specific width.
Despite trying various options such as overflow: visible, min-width: 100%, and max-width: 100%, none of them seem to work as intended. I suspect that my issue may stem from overriding the original background image through CSS.
Unfortunately, since my website is not live yet, I have linked an image HERE for reference.
I am attempting to implement the rule to stretch the background image to full width under #content-core, using max-width: 100% to make all content expand to the full width instead of just the background image.
Your assistance in resolving this issue would be greatly appreciated. Feel free to ask if you need more information. Thank you!