It must be simple, but I cannot find the solution in the support forum
I would like to increase the header hight to 300.
It must be simple, but I cannot find the solution in the support forum
I would like to increase the header hight to 300.
Hey,
You can change the header height by adding this code to the end of style.css:
#head {
height: 300px;
}
Bear in mind the header section uses images to display the background so the layout will "break" and further modifications are required; what exactly is required is dependant on what you are attempting to achieve.
James
Got it...thank you
Exactly, in which part should we to put:
#head {
height: 300px;
}
Hi!
You can add it to the very bottom of style.css.
Best regards,
Peter
You must log in to post.