From what I see, the only issue is now the large padding. Padding is added by the UL elements inside the sidebars and widgets inside the sidebar added by the theme. Something like this will fix that:
.sss-sidebar-wrapper ul {
padding: 0 !important;
}
Milan