Hello George,
Well, the layout of the theme is built this way. We can provide you custom CSS if you wish to change the styles for specific section or content.
However, if you want to display the widgets side by side you can place the Navigation widget inside the Bottom 3 Widget area and the Business hours Widget inside the Bottom 4 Widget area.
For displaying Navigation widget items horizontal,
Add this CSS inside Appearance>>Customize>>Additional CSS;
.widget_nav_menu ul li {
border-bottom: 0;
display: inline-flex;
}
Let us know.
Thanks!