Viewing 10 replies - 1 through 10 (of 10 total)
  • Try adding:

    .alignright {float:right}

    to your theme’s stylesheet.

    Thread Starter flotsam2000

    (@flotsam2000)

    @esmi Thanks for the note. I added this to the style.css … still not working.

    Any other ideas? I’m stumped…

    I can’t see that CSS in your stylesheet.

    Thread Starter flotsam2000

    (@flotsam2000)

    Weird. Ok, so, I added it to the style.css along with three other .css files I found: rtl.css, editor-style.css and editor-style-rtl.css

    still nothing…

    Now try changing:

    .alignright {float:right}
    }

    to:

    .alignright {float:right}
    Thread Starter flotsam2000

    (@flotsam2000)

    Ok, I made that switch in each of the .css files and saved them.

    Move it to above:

    /* =Print Style
    
    -------------------------------------------------------------- */
    Thread Starter flotsam2000

    (@flotsam2000)

    whooo, hooo. that worked! but now there is no border…

    ugh.

    Thanks for your help!

    the section of ‘print styles’ is not closed in your style.css;
    therefore all added styles would only be executed if you print your page.

    possibly close the section with an extra curly bracket } before these lines:

    a:active a:focus{
      outline-style: none;
      border: none;
    }
    Thread Starter flotsam2000

    (@flotsam2000)

    Awesome. Thank you esmi and alchymyth!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Alignright image with caption not working’ is closed to new replies.