Ryan0101
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] logo and navbar over sliderHi Katie,
I made the change you suggested, but it nothing change.
I re-up here my css, (it’s definitely kiddin’ me!).
Anyway, thank you very much Katie!/* Theme Name: customizr-child Version: 1.0 Description: A child theme of Customizr Template: customizr */ @import url("../customizr/style.css"); /* NAVBAR ON THE TOP OF THE SLIDER */ /* Adjusting the top margin of the carousel */ .carousel-inner { margin-top: -10%; z-index:-1; } /* Making the header transparent and getting rid of the line at top (if you wish) and assigning it a z-index of 200 */ .home .tc-header { background-color: transparent; border-top: none; border-bottom: none; z-index: 200; } /* Remove the Tagline */ .navbar-wrapper .navbar h2 { display: none; } /*move navbar up a bit*/ .navbar-wrapper { margin-top: -20px; } /*float nav bar right*/ .navbar .nav { float:right; } /* Remove Navbar box */ .navbar .navbar-inner { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /* END OF NAVBAR ON THE TOP OF THE SLIDER */Forum: Themes and Templates
In reply to: [Customizr] logo and navbar over sliderHi Katie, thanks for your efforts.
I’m just trying your css in my child one and it works except for the navbar on top of slider effect.
I’m testing it with chrome and safari both the latest version.
here you are my css file filled with your code:/* Theme Name: customizr-child Version: 1.0 Description: A child theme of Customizr Template: customizr */ @import url("../customizr/style.css"); /* NAVBAR ON THE TOP OF THE SLIDER */ /* Adjusting the top margin of the carousel */ .carousel-inner { margin-top: -10%; z-index:-1; } /* Making the header transparent and getting rid of the line at top (if you wish) and assigning it a z-index of 200 */ .home .tcheader { background-color: transparent; border-top: none; border-bottom: none; z-index: 200; } /* Remove the Tagline */ .navbar-wrapper .navbar h2 { display: none; } /*move navbar up a bit*/ .navbar-wrapper { margin-top: -20px; } /*float nav bar right*/ .navbar .nav { float:right; } /* Remove Navbar box */ .navbar .navbar-inner { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /* END OF NAVBAR ON THE TOP OF THE SLIDER */Forum: Themes and Templates
In reply to: [Customizr] logo and navbar over sliderYes! mobiles too! “Damn devices ;-)”.
Well, it’s saturday late afternoon.
It’s time to quit for a bit.
By the way I’m looking at your blog, very interesting.Thank you again!!!
Forum: Themes and Templates
In reply to: [Customizr] logo and navbar over sliderDon’t worry Andrew, I appreciate your help!
Actually I’m trying to figure out how to unhook and re-hook slider to have it on the very top of the page.
Now I need to get this navbar (and logo too) “z-index matter I think..” on the top of the slider, but it’s tricky for me… argh!!!Forum: Themes and Templates
In reply to: [Customizr] logo and navbar over sliderOk Andrew, now I’ve got logo in the middle and on the top of navbar, but navbar is still above the slider.
Half way done.
However thank you I really appreciate!Forum: Themes and Templates
In reply to: [Customizr] logo and navbar over sliderOf course:
Forum: Themes and Templates
In reply to: [Customizr] logo and navbar over sliderMaybe the title:
logo and navbar on the top of slideris better and cleaner than:
logo and navbar over sliderI’m sorry but I cannot change title.
Forum: Themes and Templates
In reply to: [Customizr] logo and navbar over sliderHere an example on what I’d like to achieve: http://unity3d.com
Forum: Themes and Templates
In reply to: [Customizr] logo and navbar over sliderOk, I’ve read but I can’t figure out how to set my needs.
Please consider I’m a beginner and I’m still learning.Thanks.
Forum: Themes and Templates
In reply to: [Customizr] logo and navbar over sliderThanks Dave,
I’ll take a look immediately.