Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi, you can emulate the center effect adding a CSS line like this (adjust width for better effect):
    .really_simple_share { width: 300px; margin: 0 auto; }

    Thread Starter phattrance

    (@phattrance)

    Hi!

    i added the code to my css but i still cannot get the buttons centered.

    }
    
     .really_simple_share { width: 500px; margin: 20 auto; }
    
     }
    Thread Starter phattrance

    (@phattrance)

    hmmm how did this topic get “resolved” ??

    i still need help with this since the solution above didnt work

    Hi, I tested it with a 330 width and it’s working fine; also set margins using the “px” suffix like this:
    .really_simple_share { width: 330px; margin: 20px auto; }

    Thread Starter phattrance

    (@phattrance)

    thank you, now it works

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to center the buttons???’ is closed to new replies.