Left side of widget getting cropped

Hi i have installed a widget to the side bar and the left side is getting cropped off.

It is the optin box on this site:

daringsuccess.com

Thanks.

Add this code to Theme Options - Other - Custom CSS:

.fca_eoi_layout_2 {
  margin-left: 10px
}

This should fix problem with your widget placements.

Worked like a charm! Really appreciate it.