Footer Widget – Centering Social Media Links

Support Area Forums Elite Footer Widget – Centering Social Media Links

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://test.sanmarco-sf.com
  • Author
    Posts
  • #33174
    Tammy Scott-Wigens
    Participant

    Hi Bill,

    I’ve customized the footer widget to only display the ‘Social Network Links’. As a result, the icons are now left justified. How can I center these icons?

    Thanks,

    Tammy

    #33176
    Bill Robbins
    Moderator

    Good Morning Tammy,

    You can do that. The footer widget area is designed to have widgets three to a row. We can make the social icons span the full width which will center then. Here’s how to do that:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #footer-sidebar .widget.organizedthemes-social-widget {
      	width: 100%;
      	margin-bottom: 0;
      }
      
    3. Update your settings.

    Let me know if you run into any trouble there,
    Bill

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