badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: header background image

#68096

Hi @ajay-revosys,

This section is for the background image so background images won’t be in its actual dimension because the height of this section wont be fixed. Like if you set site logo, site title or the advertisement image then the height of this section will be relative and responsive to the height of these elements so this section is dynamic.

But we have created a code for you according to the image you have used. So please go to the Appearance > Customizer > Additional CSS and paste below custom css code.

.navbar-head .container {
	display: none;
}
.navbar-head,
.navbar-head, .navbar-head.navbar-bg-set {
	padding: 0;
	padding-top: 19%;
}

If you desire to show the Site logo, Site Title or the advertisement Image then you have to remove the above provided code.

Thanks