Title: Front Page alignment
Last modified: October 21, 2019

---

# Front Page alignment

 *  [q120000](https://wordpress.org/support/users/q120000/)
 * (@q120000)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/front-page-alignment/)
 * Front page “centers” all text. How can I change the alignment to “left” or “justified”?

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

 *  [dimlyrathemes](https://wordpress.org/support/users/dimlyrathemes/)
 * (@dimlyrathemes)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/front-page-alignment/#post-12051022)
 * Hi,
 * You will have add the necessary CSS in Appearance > Customize > Additional CSS.
 * Kind Regards
 *  Thread Starter [q120000](https://wordpress.org/support/users/q120000/)
 * (@q120000)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/front-page-alignment/#post-12051236)
 * I sort of figured that, but I’m not a coder. Can you provide the necessary code
   to override the default “center” formatting?
 *  [dimlyrathemes](https://wordpress.org/support/users/dimlyrathemes/)
 * (@dimlyrathemes)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/front-page-alignment/#post-12054171)
 * Hi,
 * The CSS property to [center text](https://www.w3schools.com/cssref/pr_text_text-align.asp)
   is text-align:center but you have to target the element first and then apply 
   it.
 * For example to change the ‘Welcome to Vega’ title you will have to write
 * .frontpage-content .block-title h2 { text-align:left; }
 * [In this page](https://dailypost.wordpress.com/2013/07/25/css-selectors/) you
   can find more information about finding elements and adding CSS rules for them.
 * Kind Regards

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

The topic ‘Front Page alignment’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/vega/3.0.0/screenshot.jpg)
 * Vega
 * [Support Threads](https://wordpress.org/support/theme/vega/)
 * [Active Topics](https://wordpress.org/support/theme/vega/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/vega/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/vega/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [dimlyrathemes](https://wordpress.org/support/users/dimlyrathemes/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/front-page-alignment/#post-12054171)
 * Status: not resolved