I used a code to get rid of some links in the navbar header.
But every link that I deleted left a little empty space behind.Â
http://gjtesting.forumotion.com/
The space between ''GJ Portal'' and ''Register. How can I fix this problem.Â
- Code:
a[href="/faq"] {
  display: none !important;
}
a[href="/search"] {
  display: none !important;
}
a[href="/calendar"] {
  display: none !important;
}
a[href="/groups"] {
  display: none !important;
}
a[href="/memberlist"] {
  display: none !important;
}
But every link that I deleted left a little empty space behind.Â
http://gjtesting.forumotion.com/
The space between ''GJ Portal'' and ''Register. How can I fix this problem.Â