Header customization
-
Hello,
This is what i currently have on my website,
https://oi59.tinypic.com/35bhue0.jpgAnd this is how it used to be,
https://oi59.tinypic.com/2ekra78.jpgThe 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)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Header customization’ is closed to new replies.