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.

Menu and logo text width

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

How do you reset the width of the logo text are and the menu area in Nebula?

I would like the logo area to be wider to accommodate my long business name.

I believe I should be making modifications to the nav.php file in templates/nebula/tpls/blocks? is that correct?

I have changed the div class="span5" and that gave me more room for the logo but the menu jumped to an odd place.

Not sure what to do.
  • nycps's Avatar
  • nycps
  • LIfetime Developer - Big Bamboo
  • 193 posts
  • 2 Thanks
  • Karma: 0
The administrator has disabled public write access.
Please post a URL to your site so we can look for you. Without a link to the page where the problem is on your site it is quite hard for us to provide the best solution due to so many variables
  • mihha's Avatar
  • mihha
  • 12 Month Developer
  • 711 posts
  • 44 Thanks
  • Karma: 11
The administrator has disabled public write access.
vpp.cloudaccess.net
  • nycps's Avatar
  • nycps
  • LIfetime Developer - Big Bamboo
  • 193 posts
  • 2 Thanks
  • Karma: 0
The administrator has disabled public write access.
You can try to add this to your custom css file

#navwrap ul.nav > li {
margin-left: -5px !important;
margin-right: -5px !important;
}

@media (min-width: 1200px) {
.row-fluid .span8 {
width: 60%;
}
}
  • mihha's Avatar
  • mihha
  • 12 Month Developer
  • 711 posts
  • 44 Thanks
  • Karma: 11
The administrator has disabled public write access.
The following user(s) said Thank You: nycps
thank you that worked!
  • nycps's Avatar
  • nycps
  • LIfetime Developer - Big Bamboo
  • 193 posts
  • 2 Thanks
  • Karma: 0
The administrator has disabled public write access.
Glad to hear that :-)
  • mihha's Avatar
  • mihha
  • 12 Month Developer
  • 711 posts
  • 44 Thanks
  • Karma: 11
The administrator has disabled public write access.

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

Happy Campers