• Resolved stacef

    (@stacef)


    Having a devil of a time trying to get the title (three words) to display on one line, instead of three.
    Can you point me n the right direction?
    Thanks for a great theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • How long is the title?
    How much space do you have for the title?

    A link would help…

    Thread Starter stacef

    (@stacef)

    Don’t have a link just yet, all off line.

    The title is ‘Good Finds SF’ but no matter what I do with the font size, it still breaks it up on to three lines.

    In other words, it doesn’t seem to be trying to fit in a given space as much as inserting a break after each word. But I can’t figure out where that’s happening.

    Any thoughts appreciated!

    Find this in the style sheet and add “white-space:nowrap;” to the bottom like I did below. I think that works ok.

    #title
    {
    height: 20px;
    font-size: 24pt;
    font-family: “Trebuchet MS”, “Gill Sans”, Skia, “Century Gothic”;
    padding-right: 15px;
    padding-left: 10px;
    border-right: 2px solid #ffdd00;
    white-space:nowrap;
    }

    Thread Starter stacef

    (@stacef)

    Beautiful! Thanks very much. I didn’t even know about that styling option.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘title on one line’ is closed to new replies.