Forums

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

Home Forums CSS Social Media Footer Alignment

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #173985
    minterdewitt
    Participant

    This is what I want it to look like, here. This is what it currently looks like, here. Now, I’ve tried doing what SuicideGirls did and use li elements, but that screwed everything up even further. And for some reason, CSS-Tricks has been very finicky over the past few days and it won’t accept block code. So, here is my website. And here is their website. I’ve tried block and inline-block, but I’m admitting defeat here. Any and all suggestions will be muchly appreciated. Extra warm fuzzies to the person who can tell me how to make those numbers live instead of static.

    #173999
    Senff
    Participant
    • Remove the 32px width, 32px height, background color and border radius from .social and apply them to .social a img
    • Add display:block; to .social a

    From there, you should see everything lined up, then you can play around with sizes and more details re: placement.

    #174012
    minterdewitt
    Participant

    Okay, so I did that, but I can’t seem to budge the strong and span to align it with the social media icon. I’ve tried margin-top, top, and various other things in my CSS, but nothing seems to change their positions. You can see my progress here.

    #174023
    hackyaaa
    Participant

    “strong” is a phrase tag meant to style texts.

    Basically, you are trying to add style to a style tag.

    You need to change your html.

    My suggestion is that you read up on some basic css rules and learn basic html.

    #174612
    minterdewitt
    Participant

    Thanks, @wolfcry911. Works like a charm. You can see it here in the footer. Now, the only question I have left is if there’s a way to center the three separate footers specifically on mobile devices. If you visit the page on a smartphone, you’ll see my reasoning behind this.

    #174639
    jurotek
    Participant

    Add margin-left:113px to .social.fluttrpop-girls, .social.photos, .social.comments in appropriate media query

    #174644
    Paulie_D
    Member

    Whenever I see centering as a requirement my first thoughts are to inline-block and text-align:center

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