• Hello,
    I’m trying to get text to wrap around an image in a widget–see “The Daily Apple” and “Our Giveback” at https://www.goodmedicineconsulting.com. I’d like the text to scoot up against the right side of the images.

    Sorry if this issue has already been dealt with on the forum, but I tried the recommended style sheet edit and nothing happened. Here’s what I added:
    .widget_categoryposts img {
    float:left;
    margin-right:5px;
    }

    Any other ideas?
    Many thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • .textwidget img {
    float:left;
    margin-right:5px;
    }
    Thread Starter elizabethwolf

    (@elizabethwolf)

    Thanks, alchymyth. I tried editing the style sheet under Image and Sidebar. Nothing happened. Do I need to add something to the img line in the widget itself?

    https://www.goodmedicineconsulting.com

    Thanks for your help.

    it sometimes takes a ‘reload’ of the page in the browser, or a ‘ctrl’ and ‘f5’ pressed simultanously, to get changes to show in the browser.

    (in firefox3.6, i can see the apple being wrapped by text)

    Thread Starter elizabethwolf

    (@elizabethwolf)

    You’re brilliant! IT WORKED! Thank you so much. I’ve been struggling with this bedeviling little problem for weeks.

    Have a great day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to wrap text around image in widget’ is closed to new replies.