When I used the original Hueman theme by Alexander Agnarson I didn’t like having the share bar on the right, inside the main content of each post. It made the text and the images narrower, and it didn’t make sense to me. Others had the same opinion, and they offered various code that placed the share bar at the bottom of posts.
I used this code in my custom.css file:
.entry.share { padding-right: 0; }
.sharrre-container { position: relative; float: left; width: auto; padding: 0; margin: 20px 0 0; }
.sharrre-container span { text-align: left; }
.sharrre-container > div { float: left; margin-right: 10px; }
NB 1: As you might know, the new Hueman theme does not use a custom css file, but you can add custom code in the theme’s customizer.
NB 2: The above code is 6 years old, made for an early version of Hueman, and thus probably doesn’t work in the current theme when using the Hueman Addons plugin. It might even break something on your site. But someone with the right skills should be able to make the share bar appear at the bottom (or perhaps top?) of each post instead of taking up valuable space to the right of the text. One can choose the position of the share bar using other social sharing plugins, so that might be an easier solution…