Title: Changing text width
Last modified: August 1, 2022

---

# Changing text width

 *  Resolved [singlecoil](https://wordpress.org/support/users/singlecoil/)
 * (@singlecoil)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/changing-text-width/)
 * Hi there, I´m using your plugin for a coming soon page, it works great and I 
   was able to change the font to my wishes but I´m struggling with two things I
   can´t solve:
 * 1. I would like to reduce the space between the bold headline and the beginning
   of the following text a little
 * 2. The text seems to use only a small width of the screen, is it possible to 
   enlarge this so I can have much more words in one row than it is now ? My goal
   is that the text is not overlaying the background image because it´s hard to 
   read then.
 * Thank you, great plugin by the way !!!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchanging-text-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [luciamarinescu](https://wordpress.org/support/users/luciamarinescu/)
 * (@luciamarinescu)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/changing-text-width/#post-15893651)
 * Hi [@singlecoil](https://wordpress.org/support/users/singlecoil/),
 * Thanks for choosing WP Maintenance Mode, we’re glad you like it!
 * It’s possible to achieve both of these things by adding custom CSS in the WP 
   Maintenance Mode -> Design -> Other -> Custom CSS field. The code below should
   do the trick.
 *     ```
       h1{
       	margin-bottom: 10px !important;
       }
   
       .wrap{
       	width: 1200px !important;
       }
       ```
   
 * Feel free to change the values as you please.
 * Have a nice day!
 *  Thread Starter [singlecoil](https://wordpress.org/support/users/singlecoil/)
 * (@singlecoil)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/changing-text-width/#post-15893856)
 * Lucia, you are the best – thank you so much, it works wonderfully and after tweaking
   the values a little the waiting page looks so much better now !!!!
 *  [luciamarinescu](https://wordpress.org/support/users/luciamarinescu/)
 * (@luciamarinescu)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/changing-text-width/#post-15900417)
 * Hi [@singlecoil](https://wordpress.org/support/users/singlecoil/),
 * I’m happy to hear the design of the maintenance page looks now as you wanted 
   it to, I’m glad I could help!

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

The topic ‘Changing text width’ is closed to new replies.

 * ![](https://ps.w.org/wp-maintenance-mode/assets/icon-256x256.gif?rev=3027645)
 * [LightStart - Maintenance Mode, Coming Soon and Landing Page Builder](https://wordpress.org/plugins/wp-maintenance-mode/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-maintenance-mode/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-maintenance-mode/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-maintenance-mode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-maintenance-mode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-maintenance-mode/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [luciamarinescu](https://wordpress.org/support/users/luciamarinescu/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/changing-text-width/#post-15900417)
 * Status: resolved