Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Navbar issue

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Home is not starting on the far left, and the menu items are going into a second level. See screenshot.
ScreenShot2017-02-09at12.33.32AM.png
  • mikefan's Avatar
  • mikefan
  • 12 Month Developer
  • 2 posts
  • Karma: 0
The administrator has disabled public write access.
Hi There

Do you have a link for the site?

Thanks
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
It was running on a local server, but I've uploaded it to a test site. azpear.com/test_sites/tso36/index.php/en/
  • mikefan's Avatar
  • mikefan
  • 12 Month Developer
  • 2 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

At the moment you have an empty logo position on the left and the margin-left on the link elements pushes links down to the next line

Are you planning to use the logo position?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
If you wanted to reduce the margin-left add this

@media screen and (min-width: 786px) {
.navbar-default .navbar-nav > li {margin-left: 10px;}
}

but it will still leave two links on the next line
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
You would need to add this style to the custom.css file

Are you familiar with how to do this?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers