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
October 4, 2013 at 11:39 am
#2026
livemesh
Keymaster
Pls insert the following CSS into Custom CSS tab in the Theme Options panel or the
@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.