Social Icons in Footer Can’t Center Icons

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Social Icons in Footer Can’t Center Icons

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5403

    I have used the code provided by Meteorite in the “Footer Styles?” thread but the icons still won’t center. When inspecting the code on the demo site versus my site I see the very slight difference but can’t seem to add it.

    Demo Site Has:
    <footer id=”footer”>

    <div class=”inner”>
    <div id=”sidebars-footer” class=”clearfix”>
    <div id=”sidebar-footer1″ class=”sidebar clearfix twelvecol last”>
    <aside id=”text-2″ class=”widget widget_text widget-widget_text”>
    <div class=”widget-wrap widget-inside”>
    <div class=”textwidget”>
    <div class=”center”>
    <div class=”heading2″></div>
    <ul class=”social-list clearfix center”>

    Mine has:
    <div class=”inner”>

    <div id=”sidebars-footer” class=”clearfix”>
    <div id=”sidebar-footer1″ class=”sidebar clearfix twelvecol last”>
    <aside id=”text-3″ class=”widget widget_text widget-widget_text”>
    <div class=”widget-wrap widget-inside”>
    <div class=”textwidget”>
    <div class=”center”>
    <div class=”heading2″></div>
    <ul class=”social-list clearfix”>

    Clearly missing that last “center” in the UL Class line. Any advice for getting it in there would be much appreciated. Site is here:

    txtshield.com

    I also sent a PM through other thread to Meteorite.

    #5404

    This is code that is in widget, per the instructions provided in other thread.

    [wrap class=”center”]
    [heading2 title=”Follow Us Online”]
    [social_list googleplus_url=”https://plus.google.com/u/0/118230653124157038703/about&#8221; facebook_url=”http://www.facebook.com/txtshield&#8221; twitter_url=”http://www.twitter.com/txtshield&#8221; linkedin_url=”http://www.linkedin.com/company/5049755?trk=tyah&trkInfo=tarId%3A1395610230494%2Ctas%3Atxt%20shield%2Cidx%3A1-1-1&#8243; include_rss=”false” align=”center]
    [/wrap]

    #5417
    Ernesto
    Member

    Hi,
    Go to your Custom CSS Section in your Theme Options panel and enter the following code:
    ul.social-list {margin: 0 auto;}

    #5428

    Thank you Ernesto! Resolved!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Social Icons in Footer Can’t Center Icons’ is closed to new replies.