I'm looking to position an image outside the container so that the right margin remains within the default container width (responsive) while keeping the image aligned with a button consistently.
Please refer to the image below for clarification:
https://i.sstatic.net/F8DdP.jpg
I attempted using container-fluid (Example 2 - utilizing container-fluid in HTML), but I struggled to maintain the same right-side margin as the container. Adjusting via CSS required changes across all breakpoints, which isn't ideal. Is there another method to achieve this?
Similarly, trying to work within the container itself (Example 3 - employing container and margin-left: 0px in HTML) to eliminate the left margin was unsuccessful.