Home Forums WordPress Themes How to change text on header Reply To: How to change text on header

#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;
       }
}