Position header title
-
I would like the words of in my header title to stack, how do I reposition the text?
The blog I need help with is: (visible only to logged in users)
-
Because the length of “lisa rhode” is approximately the same length as “consulting” this require a sort of “hacky” approach of making the div the site title is in narrow enough to force rhode to a second line. The second rule below you already have in your custom CSS, so you just need to change the left: position to get the alignment the way you want it. -250 seems pretty good.
.site-title { width: 23%; } .site-description { left: -250px; } -
-
- The topic ‘Position header title’ is closed to new replies.