• Resolved MRM-Racing

    (@mrm-racing)


    I am trying to archive a slider setup like this site here
    I have been trying reading the code snippets, and experimenting on my site.
    I have changed the the uploaded pictures are 1800 x 1300 in media.

    But can not get them to show properly?

    I am also adding a fixed header % footer lik that page.

    Thx /Robert

Viewing 8 replies - 1 through 8 (of 8 total)
  • That site is not using Czr, which isn’t designed to look like that. Did you look through available Themes and find one more suitable?

    Thread Starter MRM-Racing

    (@mrm-racing)

    Yes, I am new to this and found this Customizr theme very modern.

    If anyone knows a more suitable theme I would be glad, else I am trying to make my best with this theme.

    If I would like to increase the slider height from 500 to 600-700 px, would that be hard?

    Thanks for all help 🙂

    Most things are doable, but takes a bit of knowledge and experience to do it well.

    Try reading some of the Get Started documentation to give you a start.

    Thread Starter MRM-Racing

    (@mrm-racing)

    Yes, I have been doing that for the last week. But I think the Theme is just grate and will use it for more sites so a good “learning” is priority for me 🙂

    Thread Starter MRM-Racing

    (@mrm-racing)

    Sorry for asking questions, I have tried to learn but so far failed 🙂

    Where is the 500px height coming from? I would like to have ex 600px.

    Any help to get me in right direction are very helpful, thx.

    By design – see here

    Thread Starter MRM-Racing

    (@mrm-racing)

    Thx, I have done that and my pictures are imported correctly and displayed in my size 1800x 1300.
    So now when I display them from 1200 px width and up it is fine, but when I narrow it below 1200 px width the distance from slider to content below increases ?

    I use this code to display the slider;

    /* Adjust the Slider Height */
    .item {
    height: 900px;
    }
    &
    /* Reduce whitespace */
    #main-wrapper {
    margin-bottom: 0px;
    }

    Thx agin for this grate theme and I have bought the extra plugin & donated for all grate work the developers have done 🙂

    Thread Starter MRM-Racing

    (@mrm-racing)

    I fixed this gap with snippets like below, now the slider goes from 1300px height to very small depending of witdh.
    ex code I used;
    @media (max-width: 1200px)and (min-width: 980px){
    #customizr-slider.carousel .item {
    height: 700px;
    min-height: 700px;
    line-height: 400px;
    }
    .carousel-caption h1 {
    font-family: Garamond;
    font-size: 4em;
    }
    .carousel-caption p {
    font-family: Garamond;
    font-size: 2em;
    }
    }

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

The topic ‘Slider height to auto?’ is closed to new replies.