Dear Sheeko,
I created a module and chose position-6, it display all right. If you want create new position, please go to template manager, and check in Options->Layout Settings, what layout you chose. Then go to yoursite\templates\sj_joomla3\layouts and open that xml file, and add new position:
<position class="span2d4" data-normal="span3" data-tablet="span3" data-stablet="span4" group="left" style="ytmod" type="modules">position-6</position>
About social link, module 'Get Socials' is custom module, please create custom module, add code following into the module:
<ul class="social">
<li><a title="Twitter" target="_blank" href="your_link" class="twit"><span>Twitter</span></a></li>
<li><a title="Facebook" target="_blank" href="your_link" class="face"><span>Facebook</span></a></li>
<li><a title="Flickr" target="_blank" href="your_link" class="fk"><span>Flickr</span></a></li>
<li><a title="Rss" target="_blank" href="https://twitter.com/#!/smartaddons" class="rss"><span>Rss</span></a></li>
<li><a title="Google Plus" target="_blank" href="your_link" class="gplus"><span>Google Plus</span></a></li>
</ul>
and choose position-14
Thanks