-
AuthorPosts
-
Upendra Friend
Upendra
- Join date:
- January 2011
- Posts:
- 84
- Downloads:
- 28
- Uploads:
- 17
- Thanks:
- 13
- Thanked:
- 1 times in 1 posts
June 22, 2014 at 5:37 pm #199055I want to enable only Off Canvas menu for Ipad, currently I have 4 column submenu and that shows the drop down menu weird. I only want to show Off Canvas menu for Ipad and other similar size tablets and want to hide native dropdown menu. I have no issues with other smaller devices, even when the Ipad is in portrait mode, it only show off canvas, when I go to landscape mode it shows the menu and looks ugly.
Thank you in advance!Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
June 23, 2014 at 4:52 am #539813Please open the file root_folder/templates/ja_decor/css/custom.css (create a new one if you don’t have this file) and add this rule:
@media (min-width: 768px) and (max-width: 992px) {
.navbar-collapse.collapse {
display: none !important;
}
}Save your file and check again.
1 user says Thank You to Adam M for this useful post
Upendra FriendUpendra
- Join date:
- January 2011
- Posts:
- 84
- Downloads:
- 28
- Uploads:
- 17
- Thanks:
- 13
- Thanked:
- 1 times in 1 posts
June 23, 2014 at 10:12 am #539848Worked, great!
July 8, 2014 at 8:56 am #541511The megamenu disappears, but off-canvas will only be shown on a smaller resolution.
How can I ensure that off-canvas is displayed in a smaller width than 1200px?
Thanks for your help!Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 9, 2014 at 5:01 am #541674Hi zalchris,
Could you please provide your site url so I can have a look ?
July 10, 2014 at 9:09 am #541844Hi Adam,
my site url: http://www.cellfloc.com
Thank you!Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 11, 2014 at 10:21 am #541970Hi,
Please navigate to Admin >>> Extensions >>> Template Manager >>> choose your current template >>> switch to tab Layout >>> next, switch to tab Responsive Layout >>> There are 4 views : Large, Medium, Small and Extra Small >>> make sure you only disable the Off-Canvas in Large screen.
July 14, 2014 at 12:23 pm #542247Hi Adam!
I have made the settings, but the off-Canvas menu still does not appear.
I want to show off the canvas menu starting with a resolution smaller than 1200 px.
How does this work?
Thank you!Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 15, 2014 at 3:26 am #542346Hi,
In this case, please open custom.css file and update previous CSS rule as below :
@media (min-width: 768px) and (max-width: 1200px) {
.navbar-collapse.collapse {
display: none !important;
}
.container {
position: relative;
}
.navbar-header {
display: block;
}
}Save your file and recheck.
July 16, 2014 at 12:17 pm #542574Hi Adam,
it doesn’t work :((
Neither the mega menu nor the off-Canvas menu is displayed between 992px and 1200px.
How can i solve that problem?Thanks
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 18, 2014 at 3:57 am #542797Just update a few lines as below and it should work :
@media (min-width: 768px) and (max-width: 1200px) {
.navbar-collapse.collapse {
display: none !important;
}
.container {
position: relative;
}
.navbar-header {
display: block !important;
}
.logo-image a img {
max-height: 34px;
}
} -
AuthorPosts
This topic contains 11 replies, has 3 voices, and was last updated by Adam M 10 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum