Best Premium and Free WordPress Themes › Forums › Event Star Pro › Align Menu Text with Site Logo Image › Reply To: Align Menu Text with Site Logo Image
May 25, 2018 at 4:03 pm
#30270
Acme Themes
Keymaster
Hello bayflight18,
It seems like you have use a little bit big logo than recommended. Please use following custom CSS to fix it.
@media (min-width: 768px) {
.navbar-nav > li > a {
padding-top: 40px;
}
}
Please add the above code on Appearance => Customize => Additional CSS
Best Regards!