Title: aligned left
Last modified: May 24, 2023

---

# aligned left

 *  Resolved [bellhogar](https://wordpress.org/support/users/bellhogar/)
 * (@bellhogar)
 * [3 years ago](https://wordpress.org/support/topic/aligned-left-2/)
 * I’m trying to align the text of my titles to the left but there is no way, I 
   don’t know what is affecting it so that they always stay in the center. Can I
   do this with some code?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Faligned-left-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [3 years ago](https://wordpress.org/support/topic/aligned-left-2/#post-16764366)
 * Hello [@bellhogar](https://wordpress.org/support/users/bellhogar/)
 * The issue is caused by the style definition:
 *     ```wp-block-code
       .et_pb_bc_btn.et_pb_button_alignment_center .et_pb_module_inner {
           text-align: center;
       }
       ```
   
 * Inherited from the pages builder.
 * Please, enter the style definition below through the “Customize Form Design” 
   attribute in the “Form Settings” tab ([https://resources.developers4web.com/cff/images/documentation/form-settings-tab.png](https://resources.developers4web.com/cff/images/documentation/form-settings-tab.png)):
 *     ```wp-block-code
       #fbuilder .fields>label{display:block !important;}
       #fbuilder .fields label{text-align:left !important;}
       ```
   
 * Best regards.
 *  Thread Starter [bellhogar](https://wordpress.org/support/users/bellhogar/)
 * (@bellhogar)
 * [3 years ago](https://wordpress.org/support/topic/aligned-left-2/#post-16764381)
 * Thanks!

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

The topic ‘aligned left’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [bellhogar](https://wordpress.org/support/users/bellhogar/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/aligned-left-2/#post-16764381)
 * Status: resolved