Viewing 1 replies (of 1 total)
  • Plugin Author Daniel

    (@dannisbet)

    I’ve honestly put too many floats in here and need to get them out in a future release.

    Anyway, to center the icons:

    .social-icons-widget ul {
        float: none;
        text-align: center;
    }
    
    .social-icons-widget ul li {
        float:none;
        display:inline-block;
    }

    Should do the trick. Adjust as necessary to fit your theme.

Viewing 1 replies (of 1 total)
  • The topic ‘Center widget?’ is closed to new replies.