Viewing 4 replies - 1 through 4 (of 4 total)
  • Sorry, did see this last time but didn’t get to it.

    1. Gap will be removed using:

    .carousel-inner {
      max-height:  250px;
    }

    2. Caption will also need to move:

    .carousel-caption {
      position: relative;
      top: -100px;
    }

    Above should be inside a @media block.

    Thread Starter absolutconsulting

    (@absolutconsulting)

    Hi, rdellconsulting. Thanks for the answer. The was a small misunderstanting. I was not talking about the content of the slider. I was talking about the big gap between slider and the 3 circles on mobilie devices. Exactly, the 3 circle are above each othe and the gab between the slider and the 1st circle ist too big

    No misunderstanding, I used Resizer and the code I gave you was for an iPad Portrait. max-height: 100px; fixes it on an iPhone5.

    Hence my referral to @media as you need to change the settings depending on the device.

    Thread Starter absolutconsulting

    (@absolutconsulting)

    Thanks. I did it and everything is finde now. it woks in all the devices. Many tanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove gap between slider and features images in mobile devices’ is closed to new replies.