salcode / bootstrap-genesis

WordPress Genesis Child Theme setup to use Bootstrap, Sass, and Grunt
MIT License
184 stars 63 forks source link

Extra wide image is not behaving responsively #47

Closed salcode closed 9 years ago

salcode commented 9 years ago

You can see in this test, the image is spilling out of the primary container.

I believe this was a regression added in b7314a608aeb682

image

salcode commented 9 years ago

The issue is the .wp-caption div comes with an inline style for width. Previously, our responsive styles included the rule

.wp-caption { max-width: 100%; }