How to increase the height of menu bar at top .
Hi Deepak,
I hope you are well today and thank you for your question.
You can try increasing it by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.
Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS
@media (min-width: 768px){
#page .navbar-nav>li>a {
padding: 25px 15px;
}
#page .navbar > .container .navbar-brand{
margin: 20px 0;
}
}
Best Regards,
Movin
Why it is not increasing further when i changes its width from 768px to 775px?
@Movin
If you want to increase its height further then you have to change the padding and margin in the above shared CSS code.