Hello,
I am having issues with the main menu when viewing in Tablet view only. Mobile and desktop seems fine. As you can see from the attached image, the menu elements are misaligned horizontally - any advice on how to fix?
Website link: http://justacoupleofdumbos.epizy.com/
Thanks,
Chris
hey there
Hope you are having a good day and thank you for your question 
Please add this CSS in appearance - customize - additional CSS
.navbar-default .site-navigation-inner .navbar-nav> li> a {
padding: 20px 0;
}
Thanks!
Colorlib Support Team
Hi Noda,
Thank you for your reply
Sadly it didn’t appear to change anything when I checked on my Tablet though. Any other ideas?
Thanks,
Chris
Howdy Chris 
code is not correctly added, but… wait a minute, I see the cause of this problem is this CSS:
.navbar-default .site-navigation-inner .navbar-nav> li> a {
padding: 11px 0;
}
added by you in customizer > additional CSS, you have to remove it 
Ah, brilliant! Thanks Noda 
You are most welcome here 