Home › Forums › Trusted › Get a Quote form is not coming on top of header image › Reply To: Get a Quote form is not coming on top of header image
April 5, 2019 at 8:53 am
#7033
Andy
Keymaster
Adding more top/bottom padding to the page title will increase the height of the header background image area.
This is the standard, change 70px to any value you require:
.header-title {
padding: 70px 0;
}