How to remove random picture from front page of blog?

  • Unknown's avatar

    Last week, a photo appeared pasted over the top of my blog homepage. The image is one that was uploaded by a contributor. I unpublished the post that contained the pic, but still see it when you view the blog. The image is not embedded in the page, but seems to be overlapping the content.

    The blog I need help with is: (visible only to logged in users)

  • The inline CSS positioning on one of your posts was causing the image to be placed incorrectly on the page


    <img id="myVisualThumbnail" style="position: absolute; top: 34px; box-shadow: #cac8c8 3px 3px 3px; height: 388px; width: 500px; margin-left: 10px;" alt="" src="https://s3.amazonaws.com/easel.ly/all_easels/49156/_______zebra/image.jpg" />

    I removed the positioning and it looks OK now.

  • The topic ‘How to remove random picture from front page of blog?’ is closed to new replies.