Home › Forums › Business Gravity Pro › Heading image height › Reply To: Heading image height
February 9, 2020 at 7:00 pm
#4748
Keymaster
Hello,
It can be achieve by an additional CSS. Please copy below CSS code and got to Dashboard > Appearance > Customize > Additional CSS.
.wrap-inner-banner .page-header {
margin-bottom: 125px;
margin-top: 125px;
}
Note: the value of margins are default. You can increase per as your requirement.
Regards.