• Resolved FITF

    (@ddobbertin)


    I am trying to make the slider caption fill the entire height of the slide. There are 5 slides and the content varies in length so I need the caption to fill top to bottom no matter if there is one word or 4 lines in the caption.

    Pulling what little hair I have out over this one.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Stop pulling your hair out and give us a link to site!

    Thread Starter FITF

    (@ddobbertin)

    @rdellconsulting….unfortunately the client requires that the site stay in maintenance mode until it is finished. I know it’s near impossible to figure this out without seeing it.

    Is there another way?

    Depends on what customization you’ve made?

    Start with this:

    .carousel-caption {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
      display: inline-block;
      line-height: 14px;
      margin-left: 11%; /* Change? */
      max-width: 60%; /* Change? */
      padding: 5%;
      position: absolute;
      top: 0px;
      vertical-align: middle;
    }

    You may need to reposition other items, look at the snippets and come back for more

    Thread Starter FITF

    (@ddobbertin)

    That looks like it did it! Man you just saved me! Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Slider Caption Full Height’ is closed to new replies.