Thanks 🙂
To answer your questions:
1 – It would be possible to add share button for posts.
This can be done with a share button plugin. There are quite a few plugins you can choose from, but many Ignite users prefer to use Jetpack for this functionality.
2 – I could center the logo and menu.
This can be accomplished with some CSS. You can copy and paste the below CSS into the Custom CSS section in the Customizer:
.title-info {
text-align: center;
float: none;
}
.menu-primary-items {
float: none;
display: inline-block;
}
.menu-primary {
text-align: center;
}
.social-media-icons {
position: static !Important;
}
Once added, your site-header will immediately update to have the logo displayed above the centered menu.