Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design help with centre alignment on coding

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #246951
    mommyandrory
    Participant

    Hello,

    I’m trying to centrally align a badge on my site : http://www.mommyandrory.com

    Its the TOTS 100 badge in the far right sidebar

    The code for the badge is:

    TOTS100 - UK Parent Blogs<br />TOTS100

    Thanks

    #246953
    Shikkediel
    Participant

    This ought to work:

    #text-5 .textwidget > div {
    margin: auto;
    }
    

    The difference with centering using text-align: center on the parent element is that that only works on child elements that are displayed inline. This is a block level element and needs a different approach.

    http://www.w3schools.com/html/html_blocks.asp

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design’ is closed to new topics and replies.