Title: H1 margin
Last modified: April 27, 2021

---

# H1 margin

 *  [dlangpap](https://wordpress.org/support/users/dlangpap/)
 * (@dlangpap)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/h1-margin/)
 * Hi,
 * I’m trying to decrease the space between my post’s left margin and the beginning
   of the posts’ title (H1). I’m using this in additional CSS:
 *     ```
       h1.entry-title {
           font-size: 38px;
           line-height: 55px;
           margin: auto 110px; 
           padding: 0;text-align: left
       ```
   
 * This makes the post look good in “Customization” in the back-end [https://imgur.com/W723FZq](https://imgur.com/W723FZq)
   [](https://imgur.com/W723FZq), but not on the front-end:[https://imgur.com/ogqNQ9t](https://imgur.com/ogqNQ9t)
   [](https://imgur.com/ogqNQ9t). Plus it messes up the look on mobile.
 * Thanks!
    -  This topic was modified 5 years, 1 month ago by [dlangpap](https://wordpress.org/support/users/dlangpap/).
      Reason: forgot mobile
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fh1-margin%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Nadia Akther](https://wordpress.org/support/users/nadiaakther/)
 * (@nadiaakther)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/h1-margin/#post-14373826)
 * Hi [@dlangpap](https://wordpress.org/support/users/dlangpap/),
    Hope you are 
   doing well. For your issue, you can try the below CSS code. Maybe it will help
   you.
 *     ```
       h1.entry-title {
           font-size: 42.66px !important;
           line-height: 50px;
           margin: 0 auto 15px;
           padding: 0;
           text-align: left;
       }
   
       @media only screen and (min-width: 200px) and (max-width: 670px)
       body h1.entry-title {
           line-height: 45px;
           padding: 0 20px;
       }
       ```
   
 * For put, this code Go to Dashboard > Appearance > Customization > Additional 
   CSS.
    Thank you.
    -  This reply was modified 5 years, 1 month ago by [Nadia Akther](https://wordpress.org/support/users/nadiaakther/).

Viewing 1 replies (of 1 total)

The topic ‘H1 margin’ is closed to new replies.

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 1 reply
 * 2 participants
 * Last reply from: [Nadia Akther](https://wordpress.org/support/users/nadiaakther/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/h1-margin/#post-14373826)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
