Quote Originally Posted by paul3648 View Post
Here's my solution for the "larger image" problem:

responsive.css line 4 change
Code:
img{max-width:100%;height:auto;border:0;}
to
Code:
img{height:auto;border:0;}
Add
Code:
img{max-width:100%;}
to the bottom of the
Code:
@media (min-width:768px) and (max-width:979px){
section (around line 263).
I did all of that and it didn't work out real well. I would also like to get rid of the tagline below the header image if possible!