Hi,
Create a style with named custom.css and add below css rules to the custom.css file.
@media screen and (min-width: 768px) {
.navbar-default .navbar-nav > li > a {
padding-left: 20px;
padding-right: 20px;
}
}
Save and copy(upload) the custom.css file to the css folder of the JA Megastore template.
Note: Add above css rules to the custom.css file the file already exists in the css folder of JA Megastore template.