Home › Forums › Trusted Pro › Header renders differently in Chrome › Reply To: Header renders differently in Chrome
March 10, 2018 at 9:30 pm
#4093
Andy
Keymaster
You can use the standard header and set a different background image on a page-by-page basis.
Then increase the top and bottom padding with this CSS snippet in Additional CSS
.header-title {
padding: 200px 0;
}
The standard padding value is 70px, so 200 or any value above 70 would increase the size of the header area.