• jrothra

    (@jrothra)


    What CSS code do I use to centered the Delicious share button?

Viewing 1 replies (of 1 total)
  • thesparrow

    (@thesparrow)

    Try this code:

    .center {
    margin-left: auto;
    margin-right: auto;
    }

    Or <div style="text-align: center;">

Viewing 1 replies (of 1 total)
  • The topic ‘Delicious Not Centered’ is closed to new replies.