I can already tell that canging the image size for the featured content isn’t fixing this error as I’m also having the same issue here where the image sizes all look about the same:
http://losangeleswebdesignseo.com/doctorwhimsy/
I’m using the following CSS codes:
.site {
width: 100%;
}
#feature-slider .cycle-slideshow {
max-width: unset;
width: 100%;
}
#feature-slider img{
width: 100%;
}
.catchresponsive-nav-menu {
display: table;
width: 100%;
}
.catchresponsive-nav-menu > li {
display: table-cell;
float: none;
}
.catchresponsive-nav-menu > li > a {
display: block;
text-align: center;
}
#search-toggle {
display: none;
}
#main{
width: 1100px;
}
#supplementary.four .widget-area {
width: 25%;
.sidebar-primary {
float: left;
width: 88%;
}
}