Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter Ryan0101

    (@ryan0101)

    Hi 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 */
    Thread Starter Ryan0101

    (@ryan0101)

    Hi 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 */
    Thread Starter Ryan0101

    (@ryan0101)

    Yes! 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!!!

    Thread Starter Ryan0101

    (@ryan0101)

    Don’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!!!

    Thread Starter Ryan0101

    (@ryan0101)

    Ok 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!

    Thread Starter Ryan0101

    (@ryan0101)

    Thread Starter Ryan0101

    (@ryan0101)

    Maybe the title:
    logo and navbar on the top of slider

    is better and cleaner than:
    logo and navbar over slider

    I’m sorry but I cannot change title.

    Thread Starter Ryan0101

    (@ryan0101)

    Here an example on what I’d like to achieve: http://unity3d.com

    Thread Starter Ryan0101

    (@ryan0101)

    Ok, 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.

    Thread Starter Ryan0101

    (@ryan0101)

    Thanks Dave,
    I’ll take a look immediately.

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