Sidebar not showing up on homepage

There is a body_class set for the home page called full-width-content. That suggests to me that:

  1. The homepage intentionally does not have a sidebar. You will need to edit the template appropriate template file to change that. That should be index.php, home.php, or front-page.php.
  2. or there is a dynamic sidebar for that page but you haven’t placed any widgets in it so nothing shows up. Look in Appearance->Widgets and see if there is a sidebar that seems like it should be the front page sidebar.

Either way this does look to be by design. I could do better if you could find the template for that page and post the code.