We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Alasdair
  2. General Discussion
  3. Thursday, 13 November 2014
  4.  Subscribe via email
Bear with me on this if I've missed something obvious, I'm new to T3.
I've created a menu item that points to a module from an events booking system that should return a list of events categories. When this item is selected or any of the categories in the module are selected the navigation bar doubles in height and the off canvas button is placed above the menu. Can anyone point me to what I am doing wrong please.
Attachments (2)
Comment
There are no comments made yet.
Accepted Answer
Accepted Answer Pending Moderation
0
Votes
Undo
Hi again,

The problem is caused by the com_eventbooking, it has .nav class with width is set to 100%. To fix the problem, please open the "templates/css/custom.css" file (create such file if you don't see it) then add the css rule:

.navbar-nav {
width: auto;
}


Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # Permalink
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Alasdair,

Could you please share your site url and turn off the dev mode, it's hard for me to predict and give suggestion.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Gardner,
The site is http://www.seaf.com.au/ Dev mode is off.
Regards,
Alasdair
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you for sharing @Alasdair. I will check and reply you soon.

Gardner
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.