hi.. how can we cusomise the menu button may be to reduce the spaces between buttons or change font size so that all buttons appear on the same line in regular monitors/ resolution?
Hello universityofmauritius could you provide the screen size as i can see the site normal in PC
hi.. resolution being 1366 x 768
universityofmauritius Hi Try this code in custom css
.navbar-default .navbar-nav > li + li { margin-left: 25px; }
It need to reduce the margin from menu items as the menu item using complete width of screen already.
hello.. tried custom code under template, did not work.. and also tried to search for custom.css, could not find it. Please advise where to look for custom.css
universityofmauritius Hi open JA platon folder/css/custom.css if file is not present kindly create this file and add the code.
ah.. thank you.. it worked.
universityofmauritius Welcome