12-17-2020, 11:43 AM
Go to navigation.css and find padding in nav a.
Change the padding from value to increase the height. For example:-
nav a
{
padding: 14px 10px;
}
Change the padding from value to increase the height. For example:-
nav a
{
padding: 14px 10px;
}