• Resolved H@lley

    (@hlley)


    Hello can annyone explain me how can I change the height and width dimensions of the header and slider sections?

    Thank You

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author presscustomizr

    (@nikeo)

    Hi,
    You might want to check those snippets to find and answer : http://www.themesandco.com/snippet-target/slider/

    Hope this will help,
    Bests

    Thread Starter H@lley

    (@hlley)

    It really helped me a lot.
    I used the following code

    /* ADJUST SLIDER HEIGHT */
    #customizr-slider.carousel .item {
    height: 250px;
    min-height: 250px;
    line-height: 250px;
    }

    /* ADJUST HEADER HEIGHT */
    header.tc-header {
    height: 150px;
    min-height: 150px;
    }

    Thanks for the help and congratulations on your theme. I am working on a crowdsourcing local project based on OpenStreetMap and hope that it will figure on your demos in the future.
    But.. there is still a lot to work on…

    Thanks Again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change width and height of header and slider’ is closed to new replies.