Forums

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

Home Forums CSS [Solved] Social Icons not aligned on Website

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #194564
    RawadM
    Participant

    How would I align the social media icons on my site?They don’t seem perfectly aligned. It’s a css problem that’s for sure.

    <h1>Codepen</h1>

    http://codepen.io/rawadm/pen/dPzzBJ

    <h1>My Site</h1>

    rawadmerhi.com

    #194568
    Senff
    Participant

    You’re giving the three icons all different top margins (6, 8, 7 px, resp.)

    If you want them to line up properly, you should give them all the same top margin.

    #194569
    RawadM
    Participant

    Yeah, I shouldn’t have asked this question, common sense. please close topic.

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