February 7, 2020 at 6:56 am
#74623
Theme Horse Support Team
Keymaster
To reduce the top and bottom padding of Navbar Head then please go to ‘Appearance > Customizer > Additional CSS’ and paste the below CSS code.
.navbar-head,
.navbar-head.navbar-bg-set {
padding-top: 10px;
padding-bottom: 5px;
}
Thanks