Hi,
1. Please open file root_folder/templates/uber/tpls/blocks/mainbody/one-sidebar-right.php and look for this code :
<div id="t3-content" class="t3-content col-xs-12 col-sm-8 col-md-9">
then update as below :
<div id="t3-content" class="t3-content col-xs-12 col-sm-8 col-md-7">
2. Next find this code :
<div class="t3-sidebar t3-sidebar-right col-xs-12 col-sm-4 col-md-3 <?php $this->_c($vars['sidebar']) ?>">
then change as below :
<div class="t3-sidebar t3-sidebar-right col-xs-12 col-sm-4 col-md-5 <?php $this->_c($vars['sidebar']) ?>">
3. The problem with bold text is because the b tag in your form wasn’t closed properly, please check it here.