I am using the JA Sugite template. Is there a way to move the menu item "contact" up to the top row? I would think that by tightening the spacing between the menu items would solve my problem. Any suggestions would be greatly appreciated. Here's an image of what I have now: https://share.getcloudapp.com/4gumwENo
bwjoomlart Hi Open template css folder and add this code in custom.css file
@media (min-width: 992px){ .head-right + .t3-mainnav { padding-right: 130px; }}
if file not exist kindly create it and add the code.