Title: Single post title alignment
Last modified: July 2, 2017

---

# Single post title alignment

 *  Resolved [photocq](https://wordpress.org/support/users/photocq/)
 * (@photocq)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/single-post-title-alignment/)
 * Hi there,
 * I’d like to change the position of titles on a single post page. I’d like it 
   to be aligned to the left, just as everything else, but nothing I tried works
   for the title.
 * This is a direct link to one of the posts on my website: [http://photography-critique.stronazen.pl/?p=33](http://photography-critique.stronazen.pl/?p=33)
 * I’m using rebalance theme.

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

 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/single-post-title-alignment/#post-9281746)
 * Right now your CSS rule is like this:
 *     ```
       .single .hentry .entry-title {
           font-size: 36px;
           margin-bottom: 10px;
           margin-left: calc(33.333%);
       }
       ```
   
 * CHANGE it to this:
 *     ```
       .single .hentry .entry-title {
           font-size: 36px;
           margin-bottom: 10px;
       }
       ```
   
 * – If have not already, consider creating a [child theme](https://codex.wordpress.org/Child_Themes)
   otherwise all your customization will be overwritten when you next update your
   theme.
 * Alternately:
    – If your theme has a custom CSS option, use that to add the CSS.–
   If you are using WordPress 4.7+, use the “Additional CSS” option in the customizer.–
   If not, install the plugin [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/)
 *  Thread Starter [photocq](https://wordpress.org/support/users/photocq/)
 * (@photocq)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/single-post-title-alignment/#post-9281797)
 * Hello, thank you for your response.
 * I actually do customize everything in a child theme, however, yet I did not have
   to erase any values from the original theme, I’ve only added some.
 * So my question is: what should I do in the child theme style.css: simply add 
   the code you provided?
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/single-post-title-alignment/#post-9281800)
 * > So my question is: what should I do in the child theme style.css: simply add
   > the code you provided?
 * Yes. Add this to bottom of your child theme:
 *     ```
       .single .hentry .entry-title {
           font-size: 36px;
           margin-bottom: 10px;
       }
       ```
   
 *  Thread Starter [photocq](https://wordpress.org/support/users/photocq/)
 * (@photocq)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/single-post-title-alignment/#post-9281855)
 * Unfortunately it does not seem to work.
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/single-post-title-alignment/#post-9281874)
 * try like this:
 *     ```
       .single .hentry .entry-title {
           font-size: 36px;
           margin-bottom: 10px;
          margin-left:0!important;
       }
       ```
   
 *  Thread Starter [photocq](https://wordpress.org/support/users/photocq/)
 * (@photocq)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/single-post-title-alignment/#post-9281880)
 * That worked great. Thank you very much!
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/single-post-title-alignment/#post-9281908)
 * You are welcome 🙂

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

The topic ‘Single post title alignment’ is closed to new replies.

## Tags

 * [align](https://wordpress.org/support/topic-tag/align/)
 * [alignment](https://wordpress.org/support/topic-tag/alignment/)
 * [post title](https://wordpress.org/support/topic-tag/post-title/)
 * [single post](https://wordpress.org/support/topic-tag/single-post/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 2 participants
 * Last reply from: [t-p](https://wordpress.org/support/users/t-p/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/single-post-title-alignment/#post-9281908)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
