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

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