3rd Sep, 04:02 pm
Edit global.css:
Replace with:
min-height is what you will edit
Code:
header .header > div {
padding: 30px 0px;
}
Replace with:
Code:
header .header > div {
padding: 30px 0px;
min-height: 200px; /* this is the height of header area */
}
min-height is what you will edit