This topic has 6 replies, 3 voices, and was last updated 10 years ago ago by Eva Kemp
I want to decrease the header height from top to bottom. I have attached a pic for illustration. Is there css tht I can sue to do this?
Hello,
This code can help you. Please add into custom.css file.
.header .container{
padding: 15px 15px !important;
}
Regards,
Robert Hall.
Hey RObert thank you. Tried that code no real descrease in size. Need the entire height to be about 130-135px
Hello,
Please try to use this code:
.navbar {
margin-bottom: -20px !important;
margin-top: -20px !important;
}
Thank you.
Regards,
Eva Kemp.
that one did the trick. thank you. awesome
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘decrease height of header’' has been successfully resolved, and the topic is now closed for further responses