Viewing 5 replies - 1 through 5 (of 5 total)
  • Steve

    (@seekerabroad)

    Are you referring to the Soundwave festival image? it looks OK to me?

    Thread Starter Simon Clark

    (@feedyourfeet)

    Steve

    (@seekerabroad)

    OK! I see. I originally viewed it in Safari and Chrome which both display it correctly. I’ll have another look with Firefox.

    Steve

    (@seekerabroad)

    OK! Try deleting the display: block in the .article img.aligncenter, .article img.alignnone rule on line 536 of your style css, which should bring the image back to the left.

    Then to line up the white box it sits in, you need to get rid of the float: left that’s in effect from the .post rule at line 364 of the css.

    That seemed to fix it for me without breaking it in chrome (didn’t try in Safari).

    the image or content seem to be ‘stuck’ against the left bottom edge of the container of the post header;

    try:

    .post-content { clear: left; }

    the best might be to contact the developer of the theme for support;

    this forum can only really help with the themes from https://wordpress.org/themes/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Image out of wack’ is closed to new replies.