3 Column Light Block Images not Showing at 100% Width?

Hi, I’m currently working on my portfolio site, https://www.lauramclemore.com/.

I’m trying to show 3 images in a row that take up the entire width of the div they’re in, like this:

However, here’s how it currently looks:

I’m not really sure how to fix or change this? I tried changing the width of each image to 100% but that didn’t work :frowning:

Any ideas / help would be greatly appreciated!


Here is my site Read-Only: LINK

Awesome site! Now I want a burger. :grin:

This is happening because of the absolute positioning you have set on the columns parent element. Changing that back to static will fix your problem.

@Drew_Schafer That worked perfectly!!! Thank you so much for your help!! :slight_smile: