In my web design project, I have a full-container with a maximum width of 1080px and positioned relatively to hold all content. Within this container, there is another div element (.portfolio) that I want to extend to the full width of the page (max-width: 100%). However, I am unable to change the max width of the full-container as it needs to maintain its size for the rest of the content.
My query is whether there is a way to override the parent's max width constraint, regardless of the method used.
I attempted using absolute positioning on the .portfolio div, but unfortunately, this approach was not successful...