• Resolved jlearmonth

    (@jlearmonth)


    Hi All,

    I’m an amateur, so apologies in advance for the simple nature of this question!

    If you go to my site here, you will see in my first post that I uploaded an image, and it runs below the footer of the post.

    How do I fix that?

    Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • bozambreaker

    (@bozambreaker)

    I have the same problem please look at my site as well.

    stvwlf

    (@stvwlf)

    Hi
    @jlearmonth

    you need to add some code to your stylesheet.
    go to Admin and in the left column click Appearance
    then Edit
    you want to edit style.css

    Find this section, line 32

    .postmetadata {
    background:#EEEEEE none repeat scroll 0 0;
    border-bottom:1px solid #CCCCCC;
    border-top:1px solid #EEEEEE;
    font-size:10px;
    margin:0;
    padding:5px;
    }

    add these 2 lines between the brackets

    float:left;
    width:95%;

    Save
    should resolve your problem

    Thread Starter jlearmonth

    (@jlearmonth)

    @stvwlf

    Thanks so much – that worked brilliantly. Appreciate the helpful instructions for a guy like me on the lower end of the WP totem poll 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Images going below the’ is closed to new replies.