Title: Need advice for customization
Last modified: August 30, 2016

---

# Need advice for customization

 *  Resolved [selligx](https://wordpress.org/support/users/selligx/)
 * (@selligx)
 * [11 years ago](https://wordpress.org/support/topic/need-advice-for-customization/)
 * Hi,
    Sorry for my broken English, I am French and does not speak much English.
   Your Chiro-Pro theme matches perfectly to my needs. I am in the process of customization
   but I encounter a problem I can not solve. When you call a page, where the band
   is the page title is the entire width of the screen. I wish that the two ends
   are transparent. For further understanding, I am attaching a link to an image
   to explain what I want to do without success.
 * Click here : [Image](https://drive.google.com/file/d/0B5bvgTbXeoKLUm9obUtJOWhSRGM/view?usp=sharing)
 * Currently, the theme is loaded at this address: [http://www.wp-test.fr](http://www.wp-test.fr)
   is a site that I use to test different things.
 * Where do I change the code to get what I want?
 * Thanking you in advance,
    Kind regards, Gilles

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years ago](https://wordpress.org/support/topic/need-advice-for-customization/#post-6396441)
 * Hey there Gilles,
 * How are you doing today?
 * You should be able to do this by adding maximum width to that title wrapper same
   as it is added on other elements.
 * To do that please try adding the following CSS code in the style.css file of 
   your [child theme](http://codex.wordpress.org/Child_Themes) or if your theme 
   doesn’t have custom CSS tab add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       div#wrapper2 {
           max-width: 1020px;
           margin-left: auto;
           margin-right: auto;
       }
       ```
   
 * This should make the title area same width as content/header. Hope this helps
   🙂
 * Cheers,
    Bojan
 *  Thread Starter [selligx](https://wordpress.org/support/users/selligx/)
 * (@selligx)
 * [11 years ago](https://wordpress.org/support/topic/need-advice-for-customization/#post-6396471)
 * Hi Bojan,
 * Thank you for your prompt reply. I installed the plugin and added the css and
   it’s perfect.
    Thank you again. Kind regards, Gilles

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

The topic ‘Need advice for customization’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/chiro-pro/1.2/screenshot.jpg)
 * Chiro Pro
 * [Support Threads](https://wordpress.org/support/theme/chiro-pro/)
 * [Active Topics](https://wordpress.org/support/theme/chiro-pro/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/chiro-pro/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/chiro-pro/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [custom](https://wordpress.org/support/topic-tag/custom/)

 * 2 replies
 * 2 participants
 * Last reply from: [selligx](https://wordpress.org/support/users/selligx/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/need-advice-for-customization/#post-6396471)
 * Status: resolved