1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Setting up my Social Sharing Buttons with CSS pls Help

Discussion in 'CSS' started by bbrian017, Sep 6, 2011.

  1. #1
    Does anyone know what numbers to use so all my buttons are aligned? I've been banging my head all morning LOL.

    This is the page,

    Earn rewards when using Blog Engage

    This is the code,

    
    
    .engage {
    float: left;
    margin: 0px 0px 0px 18px !important;
    padding: 3px 0px 0px 0px !important;
    display: inline;
    }
    
    .twitter {
    float: left;
    margin: 0px 0px 0px -10px !important;
    padding: 0px 0px 0px 0px !important;
    display: inline;
    }
    
    .facebook {
    float: left;
    margin: 0px 15px 0px 10px !important;
    padding: 5px 0px 0px 0px !important;
    display: inline;
    }
    
    .linked {
    float: left;
    margin: 0px 0px 0px 20px !important;
    padding: 5px 0px 0px 0px !important;
    display: inline;
    }
    
    .google {
    float: left;
    margin: 0px 0px 0px 12px !important;
    padding: -15px 0px 0px 0px !important;
    display: inline;
    }
    
    
    Code (markup):
    Thanks in advance!
     
    bbrian017, Sep 6, 2011 IP
  2. xluciusx

    xluciusx Peon

    Messages:
    470
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Took a quick look at it..pretty early here, but let let me know if this works for you.

    .engage {float: left;
    margin: 0 0 0 18px !important;
    padding: 3px 0 0 !important;
    display: inline;
    }
    
    
    .twitter {
    float: left;
    margin: 0 0 0 14px !important;
    padding: 2px 0 0 !important;
    display: inline;
    }
    
    
    .facebook {
    float: left;
    margin: 0 0 0 26px !important;
    padding: 4px 0 0 !important;
    display: inline;
    }
    
    
    .linked {
    float: left;
    margin: 0 0 0 20px !important;
    padding: 3px 0 0 !important;
    display: inline;
    }
    
    
    .google {
    float: left;
    margin: 0 0 0 16px !important;
    padding: 3px 0 0 !important;
    display: inline;
    }
    Code (markup):
     
    xluciusx, Sep 7, 2011 IP
    bbrian017 likes this.
  3. bbrian017

    bbrian017 Well-Known Member

    Messages:
    2,990
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    170
    #3
    Thank you so much it looks the best it's looked ever!
     
    bbrian017, Sep 7, 2011 IP
  4. xluciusx

    xluciusx Peon

    Messages:
    470
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    No problem. Glad to be of help.
     
    xluciusx, Sep 7, 2011 IP
  5. bbrian017

    bbrian017 Well-Known Member

    Messages:
    2,990
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    170
    #5
    If your a blogger and ever want a free account on Blog Engage let me know I'm the owner and can set it all up for your help!

    Thanks again it looks really good!
     
    bbrian017, Sep 7, 2011 IP
  6. vpsrack

    vpsrack Peon

    Messages:
    34
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Nice website, You might want to change fav.ico right now its parallel PLESK ico.
     
    vpsrack, Sep 9, 2011 IP
    bbrian017 likes this.
  7. bbrian017

    bbrian017 Well-Known Member

    Messages:
    2,990
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    170
    #7
    Thanks I have updated it!
     
    bbrian017, Sep 9, 2011 IP