Forums

Two-line header text (3 posts)

  1. LarryAyers
    Member
    Posted 3 years ago #

    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?

  2. alphaoide
    Member
    Posted 3 years ago #

    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

  3. vkaryl
    Member
    Posted 3 years ago #

    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....)

Topic Closed

This topic has been closed to new replies.

About this Topic