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 9 years 7 months 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:9 years 7 months ago
by giuse88
Last edit: 9 years 7 months ago by giuse88.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Main menu is not visible on the mobile version
Posted 9 years 7 months 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:9 years 7 months ago
by joomlaplates
Attachments:
Last edit: 9 years 7 months 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 9 years 7 months 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 9 years 7 months ago #7629
thanks!
by giuse88
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates