Title: Header customization
Last modified: August 21, 2016

---

# Header customization

 *  [Twinice](https://wordpress.org/support/users/twinice/)
 * (@twinice)
 * [12 years ago](https://wordpress.org/support/topic/header-customization-2/)
 * Hello,
 * This is what i currently have on my website,
    [http://oi59.tinypic.com/35bhue0.jpg](http://oi59.tinypic.com/35bhue0.jpg)
 * And this is how it used to be,
    [http://oi59.tinypic.com/2ekra78.jpg](http://oi59.tinypic.com/2ekra78.jpg)
 * The original CSS.
 *     ```
       .navbar-wrapper .brand {width:100%;display:block;}
       .navbar-wrapper .navbar {width:100%;float:right;}
       .header-spacer {
       height: 10px !important;
       }
   
       /* Hide logo */
       .navbar-wrapper .brand {
       display:		none;
       }
   
       /* center logo */
       .navbar-wrapper .brand {
       display:		block;
       width:			100%;
       }
   
       .navbar {
       display:		block;
       width:			100%;
       }
   
       /* Hide social icons */
       .navbar-inner .social-block {
       display:		none;
       }
   
       /* Center social icons */
       .navbar-inner .social-block {
       display:		block;
       float:			left;
       width:			50%;
       margin-left: 	50% !important;
       }
   
       /* Hide tagline */
       .span7.inside.site-description {
       display:		none;
       }
   
       /* Center tagline */
       .span7.inside.site-description {
       display:		block;
       float:			left;
       margin-left:	7%;
       margin-top: 	0px;
       }
   
       /* Center Navbar */
       .navbar .nav {
       margin-left: 	46%;
       }
   
       .carousel-image img {
       	max-width: 1200px !important;
       	display: block;
       	margin-left: auto;
       	margin-right: auto;
       }
       .carousel .item {
           line-height: 500px;
           min-height: 500px;
           overflow: visible;
       }
       ```
   
 * Can anyone please help me to get it as it used to be?

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

 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years ago](https://wordpress.org/support/topic/header-customization-2/#post-4989930)
 * You probably used this [snippet](http://www.themesandco.com/snippet/center-header-block-items/).
 * Maybe you’ve lost the php code you added to your Child Theme functions.php? (
   No link to your site so can’t check)
 *  Thread Starter [Twinice](https://wordpress.org/support/users/twinice/)
 * (@twinice)
 * [12 years ago](https://wordpress.org/support/topic/header-customization-2/#post-4990111)
 * Thank you for your reply,
 * I haven’t used it, someone else posted the code in another topic i created a 
   little while ago. I have no experience in creating websites so i dont know anything
   about php or any other code. I dont have a child theme either since i dont really
   understand what it is for. The CSS is just what i used before, but i am rebuilding
   my website at an other host and the newer version of customizr and the CSS doesn’t
   do what it did before.
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years ago](https://wordpress.org/support/topic/header-customization-2/#post-4990112)
 * The snippet wouldn’t have worked without using a Child Theme, so you may have
   one but not realise it. The CSS alone would not have worked in any current/previous
   version of Czr.
 * We can try to help you, but this is a Support Forum and not a Website Development
   consultancy. If you can’t handle it, you may have to consider hiring some expertise.
 *  Thread Starter [Twinice](https://wordpress.org/support/users/twinice/)
 * (@twinice)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/header-customization-2/#post-4990126)
 * Thanks again for your reply,
 * I want to learn some basics, so i can build a simple but good looking website
   for myself.
    i did create a child theme in the meantime, with the plug in, but
   my child theme doesn’t have a functions.php?
 * I would appreciate if you could tell me what is necessary for the child theme,
   or perhaps post a link to some kind of tutorial.
 * Thanks in advance?
 * BTW is the CSS code itself correct?
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/header-customization-2/#post-4990127)
 * [Here](http://www.themesandco.com/customizr/how-to-customize-customizr-wordpress-theme/)‘
   s what you need to start with. Lots of other documents there too (see the left
   sidebar).

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

The topic ‘Header customization’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

## Tags

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

 * 5 replies
 * 2 participants
 * Last reply from: [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * Last activity: [11 years, 12 months ago](https://wordpress.org/support/topic/header-customization-2/#post-4990127)
 * Status: not resolved