Title: Align default page text left
Last modified: August 20, 2016

---

# Align default page text left

 *  Resolved [drhoten](https://wordpress.org/support/users/drhoten/)
 * (@drhoten)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/align-default-page-text-left/)
 * lindseyinservice.com
 * Simply trying to align the text on the Default Page all the way to the left.

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 2 months ago](https://wordpress.org/support/topic/align-default-page-text-left/#post-3520311)
 * Do you have a section in the dashboard named, “Jetpack”, “Custom CSS”, or “Custom
   Styles”?
 *  Thread Starter [drhoten](https://wordpress.org/support/users/drhoten/)
 * (@drhoten)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/align-default-page-text-left/#post-3520314)
 * I don’t see it. Under Appearance -> Editor there are the following
 * RTL Stylesheet (rtl.css)
    Stylesheet (style.css) Visual Editor RTL Stylesheet(
   editor-style-rtl.css) Visual Editor Stylesheet (editor-style.css)
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 2 months ago](https://wordpress.org/support/topic/align-default-page-text-left/#post-3520316)
 * We recommend you don’t change the theme’s files because your changes will only
   be lost when the theme updates.
 * You can use a [Custom CSS Manager plugin](http://wordpress.org/extend/plugins/custom-css-manager-plugin/)
   to hold your CSS modifications (CSS is what you need to modify here).
 * In the Custom CSS Manager’s section of the dashboard, enter this;
 *     ```
       .singular .entry-header,
       .singular #content {
        margin-left: 0;
       }
       ```
   
 *  Thread Starter [drhoten](https://wordpress.org/support/users/drhoten/)
 * (@drhoten)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/align-default-page-text-left/#post-3520317)
 * Thanks so much. How about the content as well as the header?
 * As you can tell from the site (lindseyinservice.com) I’m “helping” my cousin 
   set up a site to assist her in raising money for mission trips.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 2 months ago](https://wordpress.org/support/topic/align-default-page-text-left/#post-3520318)
 * Which content on your webpage are you referring to?
 *  Thread Starter [drhoten](https://wordpress.org/support/users/drhoten/)
 * (@drhoten)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/align-default-page-text-left/#post-3520319)
 * Just beneath the header. For example, [http://lindseyinservice.com/?page_id=2](http://lindseyinservice.com/?page_id=2)
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 2 months ago](https://wordpress.org/support/topic/align-default-page-text-left/#post-3520320)
 * Try amending the code to this;
 *     ```
       .singular .entry-header,
       .singular .entry-content,
       .singular #content,
       blockquote {
        margin-left: 0;
       }
       ```
   
 *  Thread Starter [drhoten](https://wordpress.org/support/users/drhoten/)
 * (@drhoten)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/align-default-page-text-left/#post-3520321)
 * That works. Thanks! I sincerely appreciate your support.

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

The topic ‘Align default page text left’ is closed to new replies.

## Tags

 * [align](https://wordpress.org/support/topic-tag/align/)
 * [left](https://wordpress.org/support/topic-tag/left/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 2 participants
 * Last reply from: [drhoten](https://wordpress.org/support/users/drhoten/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/align-default-page-text-left/#post-3520321)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
