• Resolved Mike Sneed

    (@msneed)


    Hi Everyone,

    I adjusted the line height and that helped because I had white space above and below the slider on the home page here. It brought it up to “flush” against the nave menu; however, there’s a big gap under it.

    When inspected it’s showing that it’s the carousel caption.

    If you look at the site in IE8 is there a fix? As I have some conditional comments working now for IE8 I could add the fix in there pretty easily.

    Thanks guys!
    Michael

Viewing 1 replies (of 1 total)
  • Thread Starter Mike Sneed

    (@msneed)

    I actually figured it out.. I found a post that Nicolas answered at stackoverflow.. this is the code in case anyone wants it:

    /* Adjust the Slider Height */
    #customizr-slider.carousel .item {
    height:         250px;
    min-height:     250px;
    line-height:    250px;
    }

    Here’s the link here. It’s at the bottom.

    Thanks!
    Michael

Viewing 1 replies (of 1 total)
  • The topic ‘Large gap under the slider in IE8’ is closed to new replies.