Changing title width in header

Homepage Community Forums Epik Theme Support Changing title width in header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10334
    Bob_Fortner
    Customer

      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.

      #10344
      Wes
      Moderator

        Yes that’s the best way to do it. The only other thing to watch out for is if you have content in the header right widget area. If both sections are too wide then it won’t fit, so you would have to adjust the widget area by making it smaller. But if you’re not having any issues with it then it should be fine as it is.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.