Support » Themes and Templates » images on the same line

  • Resolved oitavaesfera

    (@oitavaesfera)


    On my blog http://www.exilezone.net I can get the images on the same line.
    I explain. I’ve two images with 32×32 on the post http://www.exilezone.net/?p=394 and one image its under the other. I don’t use any br or any code to do that. So both images should appear one next to another.
    I’ve search the css and I can find where to change this.

    Can someone help me??

Viewing 5 replies - 1 through 5 (of 5 total)
  • drewactual

    (@drewactual)

    find:

    img, a:link img, a:visited img {
    margin:3px 0px 0px 0;
    margin-bottom: 6px;
    border:1px solid #CCCCCC;
    display: block;
    clear: both;
    }

    change to:

    img, a:link img, a:visited img {
    margin:3px 0px 0px 0;
    margin-bottom: 6px;
    border:1px solid #CCCCCC;
    }


    you also have some other img attributes, something like .imageleft so on… do the same to them. you need to figure your meta’s too, they overflow on FF.

    fede777

    (@fede777)

    What drewactual wrote works perfect, but it would change every single post.

    If you want to use it in just the posts you want you can just select both images holding the SHIFT key and select align center in the Visual editor.

    angelaharms

    (@angelaharms)

    Just to be clear, it’s the “clear: both;” in your css that’s making them stack. You might want to replace it with “float: left;”

    Thread Starter oitavaesfera

    (@oitavaesfera)

    Thanks for the input. I am cleaning all the css.

    And solving on the way this and other issues.

    Great members indeed.

    designguy24

    (@designguy24)

    I am having same problem.

    cant seem to get these pool sticks to be on same line? they look fine in visual editor but not on page?

    can anyone tell me what to fix?

    http://www.miscuesbilliards.com/cues-cases/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘images on the same line’ is closed to new replies.