Reply To: Phone slider on Homepage overlaps content on mobile phone

Support Forums for LiveMesh Themes & Plugins Forums Appdev Theme Support Phone slider on Homepage overlaps content on mobile phone Reply To: Phone slider on Homepage overlaps content on mobile phone

#2026
livemesh
Keymaster

Pls insert the following CSS into Custom CSS tab in the Theme Options panel or the /custom/custom.css file


@media only screen and (max-width: 767px) {
.features-list-alternate .iphone-slider-container, .features-list-alternate .smartphone-slider { margin-top: 0; }
}

Will make this change to be part of next update so that you don’t have to repeat it. Thanks.