Title: button for posts
Last modified: August 22, 2016

---

# button for posts

 *  Resolved [thiagogl22](https://wordpress.org/support/users/thiagogl22/)
 * (@thiagogl22)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/button-for-posts/)
 * congratulations for this great thema.
 * 1 – It would be possible to add share button for posts.
 * 2 – I could center the logo and menu.
 * Thank you ..

Viewing 1 replies (of 1 total)

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/button-for-posts/#post-5283988)
 * 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.

Viewing 1 replies (of 1 total)

The topic ‘button for posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/ignite/1.84/screenshot.png)
 * Ignite
 * [Support Threads](https://wordpress.org/support/theme/ignite/)
 * [Active Topics](https://wordpress.org/support/theme/ignite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/ignite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/ignite/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/button-for-posts/#post-5283988)
 * Status: resolved