Title: Adjusting header text
Last modified: September 25, 2018

---

# Adjusting header text

 *  [wine4all](https://wordpress.org/support/users/wine4all/)
 * (@wine4all)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/adjusting-header-text/)
 * I have recently set up this site.
 * How to make the header text be on one line instead of two?
 * Using Nextgen gallery. is there a way to add columns? I’ve added some photos 
   and its a bit to the left with room for a third column. Is this a default set
   up?
    -  This topic was modified 7 years, 8 months ago by [wine4all](https://wordpress.org/support/users/wine4all/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fadjusting-header-text%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [7 years, 8 months ago](https://wordpress.org/support/topic/adjusting-header-text/#post-10723278)
 *     ```
       #site-logo {
          width: 50%;
       }
       ```
   
 * takes care of the title.
 * **To add or override CSS:** use the “Additional CSS” option in the customizer._
   [https://codex.wordpress.org/CSS#Custom\_CSS\_in\_WordPress](https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress)_
 * Learn to use the [Chrome Developer Tools](https://developers.google.com/web/tools/chrome-devtools/)
   to help you see and test changes to your CSS.
 * For the gallery question, I recommend asking at [https://wordpress.org/support/plugin/nextgen-gallery#new-post](https://wordpress.org/support/plugin/nextgen-gallery#new-post)
   so the plugin’s developers and support community can help you with this.
 *  Thread Starter [wine4all](https://wordpress.org/support/users/wine4all/)
 * (@wine4all)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/adjusting-header-text/#post-10723311)
 * Thanks for your help. I guess I can add more CSS to make the text larger.
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [7 years, 8 months ago](https://wordpress.org/support/topic/adjusting-header-text/#post-10723633)
 *     ```
       #site-logo {
           width: 100%;
           text-align: center;
       }
       #site-logo .site-title {
           font-size: 4rem;
           line-height: 1;
           letter-spacing: initial;
       }
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Adjusting header text’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/adjusting-header-text/#post-10723633)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
