Home › Forums › WordPress Themes › How to change text on header › Reply To: How to change text on header
January 3, 2021 at 5:24 pm
#9496
Simon
Keymaster
Use below css to resolve the issue
@media (max-width: 767px) {
.banner-content, #home-banner{
height:400px
}
.banner-content .banner-info {
margin-top: -60px;
}
}