This topic has 2 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Eva Kemp
Hi, I am trying to resize the height of the header. I am using a child theme so I would like to be able to change the header height in the child theme so that the change is not overwritten by an update to woopress at a later time. Would definitely appreciate some assistance, thank you!
Hello,
Please add this code in child style.css file:
.navbar {
padding: 10px 0;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up