This topic has 4 replies, 2 voices, and was last updated 7 years, 4 months ago ago by Amzy Leel
How can I change the specific height of my header?
you can use this custom css:
.header { height: 100px; }
but this is not a good practice. if you use fixed height for any element that will not mobile responsive.
the header height will be automatically adjusted according to your logo size.
Thank you!
You are welcome.
You must be logged in to reply to this topic.Log in/Sign up