• I’m trying out this theme on a site and so far all is generally quite good.

    However one issue I have seems to be that any image on a normal page is automatically stretched to 100% width even when a size or alignment is specified. This is kind of a nuisance and just looks a mess. I’ve looked through the ‘Theme Instruciton’ pages on the ThemeGrill Website but can find nothing about this.

    I guess I can write up a custom image class to try to fix this but it is odd normal images do this no matter what the true specified wordpress dimensions and stylings are.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter chrisdoth

    (@chrisdoth)

    .has-post-thumbnail .entry-thumbnail img, .widget_featured_posts_block .entry-thumbnail img { width:auto ;}

    Fixes things for page images although also changes the width of the featured image, I don’t know what other items this might impact?

    Thread Starter chrisdoth

    (@chrisdoth)

    article .entry-content img { width:auto ;}

    Sorry for posting again but I believe the above fixes the issue without changing anything else.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page images stretching to 100%’ is closed to new replies.