• I am trying to center my social media widgets in the center of the footer and am having a difficult time. It looks centered in mobile but not in desktop. I have tried:

    .site {text-align: center;}
    .footer-widget-1 a {text-align: center; display: center;}
    .social-icons {text-align: center;}

    Any help with this would be greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Please try this:

    section#jetpack_widget_social_icons-3 {
        display: block !important;
        margin: auto !important;
    }

    Just put this code on Appearance > Customize > Additional CSS. ??

    Thread Starter hotc19

    (@hotc19)

    Thank you Felipe. That worked!
    I’m not sure if my trial and error process would have ever found that.
    I tried “inspect element” in browser and I remember seeing jetpack_widget_social_icons-3…

    Anyway thank you, and have a wonderful day!

    You are welcome! ??

    If you need something else, just open a new topic, and we will be able to help you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center Social Media Widgets in Footer’ is closed to new replies.