Title: Text layout problems
Last modified: August 21, 2016

---

# Text layout problems

 *  [gilespittock](https://wordpress.org/support/users/gilespittock/)
 * (@gilespittock)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/text-layout-problems/)
 * Hi,
 * I wonder if anyone can help. I have set up a page here [http://www.jestercommunications.co.uk/web/us_main_page_section/testtext1/](http://www.jestercommunications.co.uk/web/us_main_page_section/testtext1/)
 * This is the code for the top of the page ..
 * <h2 style=”text-align: center;”>**Hire me**</h2>
    <p style=”text-align: center;”
   >[separator type=”short” size=”” icon=”heart”]</p> <p style=”text-align: center;”
   >[subtitle]WHY IS THIS TEXT NOT CENTERED???[/subtitle]</p> <p style=”text-align:
   center;”>[separator type=”invisible” size=”” icon=”star”]</p> [row]
 * … you’ll see if says ‘center’, but as you can see, the ‘WHY IS THIS TEXT NOT 
   CENTERED???’ is justified to the left.
 * Can anyone tell me in very simple (non techy) terms why this is?
 * Any help much appreciated.
 * Thanks,
    Giles

Viewing 1 replies (of 1 total)

 *  [Vignesh Pichamani](https://wordpress.org/support/users/viky081/)
 * (@viky081)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/text-layout-problems/#post-4732930)
 * You are using shortcode to be load inside the div so you can’t get the text align
   center to be work.
 * I would say in the shortcode function you can enter as text-align center or try
   the custom css code
 *     ```
       .g-html p.subtitle {
       text-align:center;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Text layout problems’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Vignesh Pichamani](https://wordpress.org/support/users/viky081/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/text-layout-problems/#post-4732930)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
