[SOLVED] Menu display very small on mobile devices
- silvagroup
- Topic Author
- Offline
- Senior Member
4 years 7 months ago - 4 years 7 months ago #56798
by silvagroup
[SOLVED] Menu display very small on mobile devices was created by silvagroup
Back to working with menu system on site and having problems when certain menu items are selected.
The site uses two templates a Yootheme and the Joomla Protostar.
The problem is when the Protostar template is used.
MMCK appears as a very small bar across the top instead of the normal accordion menu as can be seen from the attachments.
The site is cco.oakdalecalvary.org/index.php/sermons...ist/sermons?catid=10
Also is there a way to temporarily disable MMCK and then enable it again without loosing my modifications?
Thank you !
The site uses two templates a Yootheme and the Joomla Protostar.
The problem is when the Protostar template is used.
MMCK appears as a very small bar across the top instead of the normal accordion menu as can be seen from the attachments.
The site is cco.oakdalecalvary.org/index.php/sermons...ist/sermons?catid=10
Also is there a way to temporarily disable MMCK and then enable it again without loosing my modifications?
Thank you !
Last edit: 4 years 7 months ago by silvagroup.
Please Log in or Create an account to join the conversation.
4 years 7 months ago #56799
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Menu display very small on mobile devices
Hi
you can enable/disable mobile menu ck from the module options, or directly from the component Mobile Menu CK if you have the pro version
the problem comes from a css conflict :
you can override it with
CEd
you can enable/disable mobile menu ck from the module options, or directly from the component Mobile Menu CK if you have the pro version
the problem comes from a css conflict :
Code:
.nav-collapse {
-webkit-transform: translate3d(0,0,0);
}
Code:
.nav-collapse {
transform: none;
}
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- silvagroup
- Topic Author
- Offline
- Senior Member
4 years 7 months ago #56805
by silvagroup
Replied by silvagroup on topic Menu display very small on mobile devices
Thank you that did the trick.
Please Log in or Create an account to join the conversation.
Time to create page: 0.216 seconds