AardvarkGirl
Member
Posted 8 months ago #
I'm using a theme modified from Twenty Eleven.
I'm new to twenty-eleven - when I created a post and inserted an image in the body of the post, and selected the size of 'thumbnail'
`<img src= .... width="150" height="150" class="alignnone size-thumbnail wp-image-14" />
it actually gets bigger. :-\
Image on the left is the image at its normal size. Image on the right is supposed to be the thumbnail (code above).
http://www.ratest4.com/?p=4#comment-2
caused by .columns img { width: 98% } in these embedded styles in the header:
<!-- Magazine Columns CSS -->
<style type='text/css'>
#col_two1 { float: left; width: 47%; }
#col_two2 { float: left; width: 47%; margin: 0 0 0 5%; }
.columns img { width: 98% }
</style>
<!-- eof Magazine Columns CSS -->
AardvarkGirl
Member
Posted 8 months ago #
OK - never mind. It was the Magazine Columns plug in using a class of 'columns' - which I assume was conflicting with something in the theme style sheet. I changed the plugins class to'mcolumns' and all is fine now. :)