Center social media icons in footer – Sela theme

  • Unknown's avatar

    Hello,

    I am using the Sela theme and would like to center the social media icons under the word “social” in the footer of my page. I have searched a bit but can’t seem to find the correct solution for what I am trying to do. Would someone please help me wight the correct CSS? Thanks!
    Here is a link to the site http://rlqdesigns.com

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Howdy!
    I’m not sure why, but it looks like you have a few extra list items

    <em>
    <li>...</li>
    </em>

    before your Pinterest button.

    Is it possible for you to get rid of the extra list items in your Text tab (or maybe in your Visual tab if you can see them)?

    If not, I think the following CSS will still fix it, but your code would be a little cleaner if you can get rid of them.

    .widget_wpcom_social_media_icons_widget li a {
      width: 100%;
    }
    
    .widget_wpcom_social_media_icons_widget ul {
      width: 100%;
    }

    Give that a whirl and let me know if it does the trick for you. I hope that works!
    -Danny

  • Unknown's avatar

    Woah, my reply totally messed up the formatting for this thread! Weird!!!!!

  • Unknown's avatar

    @dannywellman, I’ve fixed it. :)

    When putting stuff like the “few extra list items” into the CSS, put them on a new line and then surround them with code tags or use a backtick before and after like with CSS.

  • Unknown's avatar

    @thesacredpath,
    Thanks! I realized what I did as soon as I saw the jacked up results. :(

    Too bad there isn’t a way to fix it immediately. Is there a way to preview to see what it will exactly look like before you post it?

    -Danny

  • Unknown's avatar

    @dannywellman, it used to be that you had a time period for editing your entries in the forums, but there was some abuse of that, so that has been disabled. Normally when I am reviewing threads in the CSS forum though, I will correct these sorts of things.

  • The topic ‘Center social media icons in footer – Sela theme’ is closed to new replies.