- Acme Themes

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

#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!