Forums

[Theme: Oulipo] Smaller images are stacking and not standing side-by-side. (3 posts)

  1. thetiff
    Member
    Posted 6 months ago #

    This has never been an issue until I switched to Oulipo theme.

    Here is an example: http://uzikidding.com/cosplay/nico-minoru/

    How would I make the images stand next to each other?

    http://wordpress.org/extend/themes/oulipo/

  2. Jasper
    Member
    Posted 6 months ago #

    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

  3. thetiff
    Member
    Posted 6 months ago #

    Thank you so much for your help.

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

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

    Any way to fix this as well? Thank you.

Reply

You must log in to post.

About this Topic

Tags