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 disappears on smaller screen

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

Hi,
I have just created a site and the client often views it on a tablet or phone, so I have been playing around with the Responsive Layout of the template, to make it look nice on smaller screens.
Unfortunately no matter what I do (I hide the positions not needed), the menu disappears when viewing on my phone (horizontal or vertical).
This is quite distressing for my client (and me) because visitors can't get to a booking page.
Is there a secret to making the menu visible on any screen size?
Here is the site berrigolf.com.au
  • NickMo's Avatar
  • NickMo
  • 12 Month basic
  • 331 posts
  • 3 Thanks
  • Karma: 1
Last Edit: 9 years 1 month ago by NickMo.
The administrator has disabled public write access.
Hi

Just checking but you were aware the logo is being hidden?

Menu wise try adding this to the custom css

@media screen and (max-width: 787px) {
.t3-mainnav button.navbar-toggle {top: 0px;}
}

the current value is -70px

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks Paul, yes I hid the logo hoping that the extra space would help fit the menu, but it did not (obviously).
I'll make the change to the css and get back to you.
  • NickMo's Avatar
  • NickMo
  • 12 Month basic
  • 331 posts
  • 3 Thanks
  • Karma: 1
The administrator has disabled public write access.
Just wanted to check you were aware :)
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Man, you are good!
Works a treat, and I've even reinstated the logo.
Many, many thanks.
Nick.
  • NickMo's Avatar
  • NickMo
  • 12 Month basic
  • 331 posts
  • 3 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi Nick,

No problem :)

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