I am trying to make my .projects-grid class fit on screen but some of the elements in the grid are expanding off the screen. Does anyone know how to solve this problem?
The problem is with your images. If you don’t specify the size of an image it will use the actual size of the image (compare the size of the Survey Form image with how it is displayed on your page).
To have the image fill the entire width of the parent element, you can simply set width: 100%.
Thanks for the response. So to clarify, under the class .projects-grid I should add the width to be 100%. Actually I already have if you take a look at the CSS again. In that case do I need to specify the width of the images on a separate ID/Class?