Title: Single Post Page Alignment
Last modified: September 9, 2020

---

# Single Post Page Alignment

 *  Resolved [emisaghi](https://wordpress.org/support/users/emisaghi/)
 * (@emisaghi)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/single-post-page-alignment/)
 * Hi there,
 * Thanks for creating such a great theme. I’m having trouble with alignment in 
   my single post pages. I have included a link to a sample post. Basically, since
   my single post page is aligned left, my simple share buttons plugin is also aligned
   left. I have tried changing its alignment in settings to center and right to 
   no avail. I added a custom CSS `.single .post {text-align: center}` and it aligned
   everything, including the simple share buttons part, center. Is there a way I
   can somehow edit the theme to align left only the post part and everything else
   follows their own alignment?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsingle-post-page-alignment%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [dimned](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/single-post-page-alignment/#post-13381929)
 * Hi [@emisaghi](https://wordpress.org/support/users/emisaghi/),
    It looks like
   the display style of the share icons does not let to center the block with icons
   properly. Please try to add the style below:
 *     ```
       .ssbp-wrap {
           display: block;
       }
       ```
   
 *  Thread Starter [emisaghi](https://wordpress.org/support/users/emisaghi/)
 * (@emisaghi)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/single-post-page-alignment/#post-13382389)
 * You’re a life-saver, thank you so much! This worked:
 *     ```
       .ssba.ssbp-wrap {
       	display: block;
       }
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Single Post Page Alignment’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/getwid-base/1.1.6/screenshot.png)
 * Getwid Base
 * [Support Threads](https://wordpress.org/support/theme/getwid-base/)
 * [Active Topics](https://wordpress.org/support/theme/getwid-base/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/getwid-base/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/getwid-base/reviews/)

## Tags

 * [alignment](https://wordpress.org/support/topic-tag/alignment/)
 * [simple share buttons](https://wordpress.org/support/topic-tag/simple-share-buttons/)

 * 2 replies
 * 2 participants
 * Last reply from: [emisaghi](https://wordpress.org/support/users/emisaghi/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/single-post-page-alignment/#post-13382389)
 * Status: resolved