• Hello,

    This is what i currently have on my website,
    http://oi59.tinypic.com/35bhue0.jpg

    And this is how it used to be,
    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)
  • You probably used this snippet.

    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

    (@twinice)

    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.

    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

    (@twinice)

    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?

    Here‘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.