Support » Plugin: Social Media Widget » [Plugin: Social Media Widget] Icon Overlap

  • Resolved mfmejia

    (@mfmejia)


    Hello. I’ve just installed the Social Media Widget. On my site, the top of the icons overlap the title in the sidebar, regardless of how I size them. Is there a way for me to nudge them down a tad, or is this a quirk of the theme I’m using (Oulipo)? I don’t know how to code, myself, but I can follow directions and learn. Thanks! M.

    http://wordpress.org/extend/plugins/social-media-widget/

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is an issue with your theme. I have installed it on my dev box and notice the same thing.

    Open your style.css file and on line 208 you’ll see:

    #supplementary h3, h2.widgettitle {
    border-bottom:medium none;
    font-size:1.15em;
    font-variant:small-caps;
    margin:2em 0 -0.7em;
    }

    Change the margin: 2em 0 -07em; to

    margin: 2em 0 0;

    This should fix it.

    Thanks!

    Thread Starter mfmejia

    (@mfmejia)

    That did it. Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Social Media Widget] Icon Overlap’ is closed to new replies.