I’l allowing the Site Title and Tagline to populate the title area of my header. My tagline is: architectural & interior photography
The problem was that the word photography wrapped to a second line.
I found this:
#title-area {
width: 30%;
}
And changed it to this:
#title-area {
width: 32%;
}
Now the whole tagline is on a single line, which is a good thing. But it seemed like too easy of a fix and I found it almost instantly, so I just want to make sure this doesn’t screw up something else later on, or perhaps ask if this was the best way to accomplish what I was trying to do.