Title: Separator lines
Last modified: February 5, 2024

---

# Separator lines

 *  [editorialteam](https://wordpress.org/support/users/editorialteam/)
 * (@editorialteam)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/separator-lines/)
 * Hello,
 * Is there a way to left justify a default separator line? The only option seems
   to be centered.
 * Many thanks,
 * Mark

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

 *  [Kavya Gokul (a11n)](https://wordpress.org/support/users/properlypurple/)
 * (@properlypurple)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/separator-lines/#post-17410176)
 * Hey [@editorialteam](https://wordpress.org/support/users/editorialteam/)! If 
   you want to do this for all default separators, you can add some custom css by
   going to Styles. Blocks > Separator > Advanced. The video below shows where to
   find this:
 * The css code I added is this
 *     ```wp-block-code
       margin-left: 0 !important;
       ```
   
 *  Thread Starter [editorialteam](https://wordpress.org/support/users/editorialteam/)
 * (@editorialteam)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/separator-lines/#post-17416539)
 * Hi [@properlypurple](https://wordpress.org/support/users/properlypurple/),
 * Thank you for the helpful advice but I only need it for separator lines on one
   page and not globally. Is there a way around this?
 * Thanks.
 *  Moderator [jordesign](https://wordpress.org/support/users/jordesign/)
 * (@jordesign)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/separator-lines/#post-17416678)
 * Hi [@editorialteam](https://wordpress.org/support/users/editorialteam/) – that
   should be possible – we’ll just need to tweak the CSS to target a specific page.
 * Are you able to share the URL of the page where you’d like it to happen?
 *  Thread Starter [editorialteam](https://wordpress.org/support/users/editorialteam/)
 * (@editorialteam)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/separator-lines/#post-17422726)
 * Hi [@properlypurple](https://wordpress.org/support/users/properlypurple/),
 * Thanks for the message.
 * Unfortunately, that’s not possible as I am using a local install to redesign 
   my website.
 * Thanks.
 *  Moderator [jordesign](https://wordpress.org/support/users/jordesign/)
 * (@jordesign)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/separator-lines/#post-17423157)
 * Hey [@editorialteam](https://wordpress.org/support/users/editorialteam/) – unfortunately,
   not being able to see the actual page makes it hard to be _certain_ of the CSS
   needed.
 * What we _can_ try is targeting the page using a body class. If you look at the
   HTML code of the page you will notice the `<body>` tag includes a class which
   matches the title of your page. If you include that in the CSS it will target
   specifically.
 *     ```wp-block-code
       .page-title-class .wp-block-separator  {
          margin-left: 0 !important;
       }
       ```
   
 * This CSS will need to be added in the _‘Site Wide Custom CSS’_
 * [https://wordpress.org/documentation/article/styles-overview/#site-wide-custom-css](https://wordpress.org/documentation/article/styles-overview/#site-wide-custom-css)
 *  Thread Starter [editorialteam](https://wordpress.org/support/users/editorialteam/)
 * (@editorialteam)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/separator-lines/#post-17454462)
 * Thanks [@jordesign](https://wordpress.org/support/users/jordesign/)
 * I’ll look at this in the next few days.

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

The topic ‘Separator lines’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentytwentythree/1.6/screenshot.
   png)
 * Twenty Twenty-Three
 * [Support Threads](https://wordpress.org/support/theme/twentytwentythree/)
 * [Active Topics](https://wordpress.org/support/theme/twentytwentythree/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentytwentythree/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentytwentythree/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [editorialteam](https://wordpress.org/support/users/editorialteam/)
 * Last activity: [2 years, 3 months ago](https://wordpress.org/support/topic/separator-lines/#post-17454462)
 * Status: not resolved