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.