End of Support for Joomla 3 - Forum closed
[SOLVED] Main menu is not visible on the mobile version
- giuse88
- Topic Author
- Visitor
-
- Thank you received: 0
Replied by giuse88 on topic Main menu is not visible on the mobile version
Posted 10 years 4 days ago #7623
I insert this code: in css custom:
.jp-slider {top: 140px;}
@media (max-width: 767px) {
.jp-slider {top:0;}
}
.jp-top-outer {background:#FFF} position:relative
.uk-navbar-toggle:after {content: "MENU";}
but I don't see the main menù in mobile version!!!!!!!!!!!
.jp-slider {top: 140px;}
@media (max-width: 767px) {
.jp-slider {top:0;}
}
.jp-top-outer {background:#FFF} position:relative
.uk-navbar-toggle:after {content: "MENU";}
but I don't see the main menù in mobile version!!!!!!!!!!!
Last Edit:10 years 4 days ago
by giuse88
Last edit: 10 years 4 days ago by giuse88.
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8835
- Thank you received: 1736
Replied by joomlaplates on topic Main menu is not visible on the mobile version
Posted 10 years 4 days ago #7626
Your offcanvas is visible in mobile devices, but you made a mistake while you customize the theme.
Try this code please
Attachment menu-toggle.jpg not found
Try this code please
.uk-navbar-toggle::after {
content: "menu";
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:10 years 4 days ago
by joomlaplates
Attachments:
Last edit: 10 years 4 days ago by joomlaplates.
Please Log in or Create an account to join the conversation.
- giuse88
- Topic Author
- Visitor
-
- Thank you received: 0
Replied by giuse88 on topic [SOLVED] Main menu is not visible on the mobile version
Posted 10 years 3 days ago #7628
Problem solved.
by giuse88
Please Log in or Create an account to join the conversation.
- giuse88
- Topic Author
- Visitor
-
- Thank you received: 0
Replied by giuse88 on topic [SOLVED] Main menu is not visible on the mobile version
Posted 10 years 3 days ago #7629
thanks!
by giuse88
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates