• B.

    (@bandonrandon)


    Hi,

    I just downloaded the Social media widget and loving it. Thanks! Might I make a few suggestions. Instead of using straight anchor tags, wrapping those tags in <li>. This would allow me to stack icons instead of having them all in a row. I was thinking the best way to go about this might be to add an option in the setting of “icon before” and “icon after.”

    My other suggestion would be to add an “order” filter so I can choose the order in which I want the icons to appear.

    Two questions, 1) is this something you’d consider adding? If you don’t have the time I might be able to submit a patch.

    Brooke

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter B.

    (@bandonrandon)

    I just used the custom field for my networks and modified the plugin a bit for now.

    I had them in LI tags before and it would blow up the majority of peoples’ themes. You can easily make them stack by just using:

    .socialmedia-buttons img { display: block; }

    in your style.css file.

    Just installed 2.9.3 and now the ONLY thing my icons will do is stack. I was able to deduce that that offending tidbit of CSS is the #nav in the following:

    <div id=”nav” class=”tab fix”>

    If I rip that out, they align in a row. Everything was looking perfect before I installed this latest update.

    .socialmedia-buttons img { display: inline !important; }

    That should take care of that for you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Propose Style Changes for Social Media Widget’ is closed to new replies.