Error with Responsive Slider: Blocking Links Below

Huntwood's picture
Huntwood
Wed, 01/11/2017 - 11:59
#1
Error with Responsive Slider: Blocking Links Below

Hello,

The min-height property is not adapting when viewed on small, mobile screens.

Any link under the div.wrap-cube cannot be clicked.

In fact, even the slider links become unclickable.

Please respond at your earliest availability - we are needing to launch the site soon.

Thanks.

Image title

Huntwood's picture
Huntwood
Fri, 01/13/2017 - 16:24

Again, we're deploying this website shortly. 

Any help you can offer would be much appreciated.

phuonght's picture
phuonght
Mon, 01/23/2017 - 04:46

Hi,

You can please custom CSS for small screens:

/ Extra Small Devices, Phones /
@media only screen and (min-width : 480px) {
.md-slider-items{
min-height: 300px !important;
}
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.md-slider-items{
min-height: 320px !important;
}
}

height can be changed following your site.

Log in or register to post comments
Have More Idea?

We are here to build your website!

No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.