Title: Header Text Formatting
Last modified: October 24, 2018

---

# Header Text Formatting

 *  Resolved [martyats](https://wordpress.org/support/users/martyats/)
 * (@martyats)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/header-text-formatting/)
 * I’m trying to format multi-line text in the header, center justified with tight
   line spacing. Standard line return spacing puts too much space between lines.
 * Shift/Enter looks correct in the compose window, but results in one continuous
   line when previewed or published.
 * How can I tighten it up?
    Thanks

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

 *  Thread Starter [martyats](https://wordpress.org/support/users/martyats/)
 * (@martyats)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/header-text-formatting/#post-10809844)
 * I found that adding <br> codes did the trick.
    How about making that code available
   on the toolbar?
 * Thanks
 *  Plugin Contributor [Form Maker Support](https://wordpress.org/support/users/formmakersupport/)
 * (@formmakersupport)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/header-text-formatting/#post-10810878)
 * Hi!
 * With a bit detailed information, we can help you resolve this problem. Could 
   I please ask you to send the link to the page where this issue can be seen?
 * I’ll forward it to our development team and they will suggest a solution as soon
   as possible.
    Thanks! Have a wonderful day!
 *  Thread Starter [martyats](https://wordpress.org/support/users/martyats/)
 * (@martyats)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/header-text-formatting/#post-10812292)
 * Hi,
 * I cannot share the page, it is password protected. However as an example, instead
   of looking like this:
 * HEADER Text
 * Description Line 1
    Description Line 2 Description Line 3
 * The header looks like this using standard line returns:
 * HEADER Text
 * Description Line 1
 * Description Line 2
 * Description Line 3
 * Using Shift/Enter in the header compose window makes the text in the window look
   correct, but posts in one continuous line.
 * As I later posted, I’ve found a way to work around the problem by adding <br>
   codes at the end of each line. This seems like a very useful code to have available
   on the toolbar next to
    1.  and
    2. . Why not add it?
 *  Plugin Contributor [Form Maker Support](https://wordpress.org/support/users/formmakersupport/)
 * (@formmakersupport)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/header-text-formatting/#post-10814933)
 * Hi!
 * Please add the below-mentioned code in **Appearance > Customize > Additional 
   CSS**
 *     ```
       .fm-form .fm-header-description { 
       line-height: 25px !important;
        }
       ```
   
 * Also, take a look at this [video shot](http://recordit.co/Ki0RzpOwvu).
 * Thanks, have a nice day!

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

The topic ‘Header Text Formatting’ is closed to new replies.

 * ![](https://ps.w.org/form-maker/assets/icon-256x256.png?rev=2068681)
 * [Form Maker by 10Web - Mobile-Friendly Drag & Drop Contact Form Builder](https://wordpress.org/plugins/form-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/form-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/form-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/form-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/form-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/form-maker/reviews/)

## Tags

 * [formatting](https://wordpress.org/support/topic-tag/formatting/)
 * [header](https://wordpress.org/support/topic-tag/header/)

 * 4 replies
 * 2 participants
 * Last reply from: [Form Maker Support](https://wordpress.org/support/users/formmakersupport/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/header-text-formatting/#post-10814933)
 * Status: resolved