Move H1 header to left in single article
-
I’m trying to move the blog post title to the left to flow with the content. Here’s the site: think-nest.com
Below is the only area I see anything to do with H1 and single articles. I’ve tried changing the margin left to 75px but only the bottom line of the header moves left. The top line stays put. Am I missing something? I’m using the theme Imbalance. Thanks for any advice!
h1 {
font-size:23px;
font-weight:normal;
margin-top:15x;
margin-bottom: -15px;
}.single h1 {
font-size:23px;
font-weight:normal;
margin-bottom:15px;
margin-left: 165px;
margin-top:15px;
padding:0 0 15px 0;
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Move H1 header to left in single article’ is closed to new replies.