• Resolved Csut

    (@chadrsuttongmailcom)


    My WordPress site is:
    http://www.automaticstocktradingprogram.com/

    I have searched this forum and can’t figure out how to get my site title on one line up at the top (the orange text). When I type it out normally without spaces, each word appears on its own line. The only way to get it on one line is to remove the spaces and have it all run together as one long word.

Viewing 3 replies - 1 through 3 (of 3 total)
  • In your dashboard area go to Appearance->Theme Options, and choose the “Custom Style” tab. Add the following in the Custom CSS editor:

    #logo2 {
    white-space: nowrap;
    }

    Save this, and then add the spaces back into your title’s text. It should all stay on one line after this CSS has been added. 🙂

    Thread Starter Csut

    (@chadrsuttongmailcom)

    Thank you SO much, that worked perfectly.

    Awesome. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Site Title on One Line’ is closed to new replies.