• Resolved ellacopter

    (@ellacopter)


    Hey,

    I’ve been at it all day but I cannot figure out how to center the social buttons in the footer of my site.

    Any clues?

    Thanks!

    Ella

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    You can customize the look of every element on your site thanks to CSS. You can add that CSS to your theme stylesheet, or to your custom CSS editor available under Appearance > Customize > Additional CSS in your dashboard.

    In your case, you could use something like this since you only have one widget in your footer:

    .site-footer .widget_wpcom_social_media_icons_widget {
    	width: 100%;
    }
    Thread Starter ellacopter

    (@ellacopter)

    Perfect, thank you Jeremy.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Centering Social Buttons Widget in Footer’ is closed to new replies.