Hi,
You have to choose the footer layout that it’s divided in two halfs.
On the righ side you have a menu that you need to add it in the Apperance-> Widgets -> Footer column 2.
regarding the icons you need to add them in the Footer column 1. Use the Text widget for adding the html of the icons.
<i class="fa-cc-amex sf-icon sf-icon-float-none sf-icon-small" style="color:#cccccc;"></i>
<i class="fa-cc-mastercard sf-icon sf-icon-float-none sf-icon-small" style="color:#cccccc;"></i>
<i class="fa-cc-paypal sf-icon sf-icon-float-none sf-icon-small" style="color:#cccccc;"></i>
<i class="fa-cc-visa sf-icon sf-icon-float-none sf-icon-small" style="color:#cccccc;"></i>
<i class="fa-bitcoin sf-icon sf-icon-float-none sf-icon-small" style="color:#cccccc;"></i>
Hope it helps.
-Rui