• How do I force a line-break in the header text? Currently my blog title is one long line, all of which isn’t visible without scrolling by many of my readers with smaller monitors. I’d like to force a newline. Any tips?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add the following in your CSS file
    #header h1 {
    width: 400px;
    }

    Or you could set blog title as “Riverside Rambles” and blog description as “Larry Ayers’ Weblog.”

    Or you could just hardcode the following in your template file.
    Riverside Rambles:<br />Larry Ayers' Weblog

    I know there was a thread a while back, in which Kafkaesquí posted one solution, and I think I even posted in it…. but I can’t find it even using google site: search tonight, much less the “broken” version herein.

    Try a google site: search – maybe you’ll have better luck than I did (or maybe Kaf will be along and post the thread addy….)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Two-line header text’ is closed to new replies.