Hi,
Follow below steps to hide recent post column in footer section
Go to Appearance -> Theme Options -> Basic Setting
In Custom CSS box use below css code and click on Save Options button to save the changes.
.widget-column-3{ display:none !important;}
.cols-3{ width:28% !important; margin:0 8% 5% 0;}
Regards
Grace Themes