“Resume” page on portfolio. Whitespace behind laptop doesn’t extend the entire width of the page. How can I fix that? Please assist.
You’ve applied the white background to the image element. Instead, you’ll need to apply the white background to an element that contains the image. This containing element then can be set to be 100% wide and you’ll be able to centre the image within that. E.g. add a Container element and place you image inside that. Then apply the background colour to the container.
1 Like