• I am having trouble understanding why my photo is not full width on my pages that are not the static page. My website is raizeme.com. I would appreciate any help.

Viewing 1 replies (of 1 total)
  • From a quick glance, it looks as though your container class is using media queries for responsive design and has a width set at certain viewport sizes, it also has a 15px padding on either side.

    You should be able to just set the width to 100%, remove the padding, and remove the width properties from the media queries and it will set the images to full width at every viewport size.

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Padding or boxsizing?’ is closed to new replies.