widget alignment

  • Unknown's avatar

    I have some text-widgets with “images” with html-codes..don’t know how to explain it, see http://liseliten.com in the sidebar..like the bloglovin-counter and such. But how can I make these widgets be in the center of the sidebar, instead of in the left (when the image isn’t big enough). I tried to put som align=”center” in the code, but it didn’t help.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    In most cases that’s theme-specific. Most themes left-align sidebar stuff, at least the titles. You can change the html of text widgets, but you can’t align the widget titles without the CSS upgrade.

    Which code are you using exactly? is it p align= or is it textalign=?

  • Unknown's avatar

    Haha oh my god how embarrassing…I thought i had tried everything, but i guess not. Thanks for leading me in the right direction. It worked with a p..simply as that xD

  • Unknown's avatar

    Change
    <img [etc.]
    to
    <img class="aligncenter" [etc.]

  • The topic ‘widget alignment’ is closed to new replies.