Viewing 2 replies - 1 through 2 (of 2 total)
  • Yasp0

    (@yasp0)

    Add a float:left to

    .entry img {
        border: 0 none;
        display: block;
        margin: 1.5em auto;
        max-width: 490px;
        float: left;
    }

    And clear the float on the paragraph.

    #entry_content p {
        <strong>clear: left;</strong>
        margin: 10px 0;
    }

    Can be found in the style.css file

    Thread Starter thetiff

    (@thetiff)

    Thank you so much for your help.

    It worked but now the text is wrapping around the images.

    https://uzikidding.com/cosplay/frost-mortal-kombat/

    Any way to fix this as well? Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Oulipo] Smaller images are stacking and not standing side-by-side.’ is closed to new replies.