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.

[SOLVED] Modify Position Width of Megamenu position

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

Hi,

I'm sure this issue is posted somewhere, but I am unable to locate it. This is an issue for all templates, but I am currently working with the Koan template.

In the block that contains the logo and Megamenu [mainmenu], I would like to change the position width of each one. It appears to be hard-coded to width of 4 for the logo and width of 8 for Megamenu [mainmenu]. I would like to change it to 2 for the logo and 10 for the Megamenu [mainmenu].

I assume it can be done with a simple change in a configuration or CSS file, but I don't know what file to edit. If someone can tell me what file to edit, and the lines of code to edit within the file, I would be very appreciative.

Thanks!
  • infoteam.corporation's Avatar
  • infoteam.corporation
  • 6 Month Developer
  • 2 posts
  • Karma: 0
Last Edit: 10 years 10 months ago by infoteam.corporation.
The administrator has disabled public write access.
Hi,

You can change the width in this file

/templates/koan/tpls/blocks/nav.php

Regards,
  • vietvu's Avatar
  • vietvu
  • 12 Month basic
  • 605 posts
  • 51 Thanks
  • Karma: 22
The administrator has disabled public write access.
vietvu,

I changed
<div class="span4"> to <div class="span2"> and
<div id="navwrap" class="span8"> to <div id="navwrap" class="span10">

It worked perfectly.

Thank you so much!

Ron
  • infoteam.corporation's Avatar
  • infoteam.corporation
  • 6 Month Developer
  • 2 posts
  • Karma: 0
The administrator has disabled public write access.
You are welcome.

Regards,
  • vietvu's Avatar
  • vietvu
  • 12 Month basic
  • 605 posts
  • 51 Thanks
  • Karma: 22
The administrator has disabled public write access.

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

Happy Campers