Hi there,
How do I increase the height of the header (the header the Logo sits in), it is approx. 95 pixels high at the moment - I want it around 120px?
Thanks very much
Hi there,
How do I increase the height of the header (the header the Logo sits in), it is approx. 95 pixels high at the moment - I want it around 120px?
Thanks very much
Hey,
use following code in css/custom.css to adjust the height:
#header .container {
height: 120px;
}You must log in to post.