@clizana915: Please add the following CSS along:
@media screen and (max-width:1152px) {
#feature-slider {
margin-top: 109px;
}
}
@media screen and (max-width:991px) {
#feature-slider {
margin-top: 62px;
}
}
@media screen and (max-width:600px) {
#feature-slider {
margin-top: 57px;
}
}
@media screen and (max-width:540px) {
#feature-slider {
margin-top: 55px;
}
}
@media screen and (max-width:480px) {
#feature-slider {
margin-top: 50px;
}
}
@media screen and (max-width:400px) {
#feature-slider {
margin-top: 45px;
}
}
Regards,
Mahesh