• Resolved danatstadiumvolleyball

    (@danatstadiumvolleyball)


    When I insert an image and want it to align left/right (let text float on side) it works UNLESS I have a caption on the image. Ideas?

Viewing 6 replies - 1 through 6 (of 6 total)
  • esmi

    (@esmi)

    A link to your site demonstrating the problem might help…

    Thread Starter danatstadiumvolleyball

    (@danatstadiumvolleyball)

    link – this exact code works on another theme, just not on garland-revisited.

    esmi

    (@esmi)

    Try adding:

    .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    .alignleft {float: left;}
    .alignright {float: right;}

    to your theme’s stylesheet.

    Thread Starter danatstadiumvolleyball

    (@danatstadiumvolleyball)

    tried adding that – must be something else still not floating. It is related to when the caption is used.

    esmi

    (@esmi)

    Just re-checked your site and the CSS I suggested isn’t in your stylesheet.

    Thread Starter danatstadiumvolleyball

    (@danatstadiumvolleyball)

    Thanks for checking – I added it again (right above where I added it the first time) it’s working perfectly.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘caption breaks alignleft’ is closed to new replies.