#8368
ThemeofWP
Keymaster

Hi welome to our support forums and thanks for your purchases!. Ys there is a way to do t easily. Please open the functions.php and go to line 899 find this:

register_sidebar(array(
  'name' => __( 'Footer', 'themeofwp' ),
  'id' => 'bottom',
  'description' => __( 'Widgets in this area will be shown before Footer.' , 'themeofwp'),
  'before_title' => '<h3>',
  'after_title' => '</h3>',
  'before_widget' => '<div class="col-lg-3 footer_widgets">',
  'after_widget' => '</div>'
  )
);

just change the col-lg-3 to col-sm-3

I thing or the second one solution same open inc/header1.php and finthe email section and others just change the col-sm-6.

This trick wil be gives you a wider area on tablet. you can try sm, lg, md, etc. By the way are you using the latest version?

Best Regards
ThemeofWP.com Team