• I just downloaded your side bar log in (Version 2.6.0) and im running suffusion theme (Version 4.4.6.) and when i log in to the profile. im seeing 3 green dots to the left of the avatar. curious if u had come across this problem before with this theme and have a possible fix.
    Thanks!

    http://wordpress.org/plugins/sidebar-login/

Viewing 1 replies (of 1 total)
  • I had this issue as well (different theme though), for me the fix was to edit sidebar-login.css and change:

    .widget_wp_sidebarlogin ul {
    list-style: none outside !important;
    }

    to:

    .widget_wp_sidebarlogin ul {
    list-style: none outside !important;
    overflow: hidden;
    }

Viewing 1 replies (of 1 total)

The topic ‘formating’ is closed to new replies.