Full width images in posts

  • Mandado

    #8705

    How can I make pictures in posts to be 640 px wide, full size of the column, instead of leaving padding from both sides?

    I already took out the grey shadow around them with:

    .entry-content img{
    border:0px solid #e3e3e3;
    margin:5px;
    }

    Thanks!

    Anonymous

    #41915

    Try with this:

    .entry-content img {
    max-width: 110%;
    position:relative;
    left:-10px;
    }

    Mandado

    #41916

    Thanks! It worked like a charm! 😉

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

  • You must be logged in to reply to this topic.