Title: Full Width
Last modified: August 31, 2016

---

# Full Width

 *  [gogabby](https://wordpress.org/support/users/gogabby/)
 * (@gogabby)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/full-width-37/)
 * Hello, I’m trying to create a homepage for my website, packslight.com. I’d like
   to use the full-width option of the page, but is there a way to widen the content
   area a little bit to take up more of the screen? The content seems stuck in one
   thin lane down the middle, while the header and top menu are the width I like.
   I’d just like to widen it by like 20%.
 * Also, how can I change the color of the titles for each widget to a different
   color than black?
 * Thank you.

Viewing 1 replies (of 1 total)

 *  [Nik](https://wordpress.org/support/users/nvourva/)
 * (@nvourva)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/full-width-37/#post-7141741)
 * Hello there.
 * The page’s content width is built into the theme’s framework and can’t be easily
   modified I’m afraid.
 * You will need to add some custom CSS to recolor widget titles.
    Install and activate
   [this plugin](https://wordpress.org/plugins/wp-add-custom-css/) then go to “Add
   Custom CSS” on your dashboard and paste this
 *     ```
       .widget-title {
           background: #161616;
           color: #fff;
       }
       ```
   
 *  in the box, modify the color property to change the text color and the background
   one to change the title’s background color.

Viewing 1 replies (of 1 total)

The topic ‘Full Width’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/olsen-light/1.7.1/screenshot.png)
 * Olsen Light
 * [Support Threads](https://wordpress.org/support/theme/olsen-light/)
 * [Active Topics](https://wordpress.org/support/theme/olsen-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/olsen-light/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/olsen-light/reviews/)

## Tags

 * [full-width](https://wordpress.org/support/topic-tag/full-width/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [title](https://wordpress.org/support/topic-tag/title/)

 * 1 reply
 * 2 participants
 * Last reply from: [Nik](https://wordpress.org/support/users/nvourva/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/full-width-37/#post-7141741)
 * Status: not resolved