-
AuthorPosts
-
jscarfe Friend
jscarfe
- Join date:
- December 2012
- Posts:
- 22
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 13
- Thanked:
- 4 times in 1 posts
July 29, 2013 at 11:07 pm #189329I’d like to enable off-canvas navigation when devices fall under to 980px range (like an iPad in Portrait mode). I’m using the T3V3 framework.
Thanks in advance to anyone that can help!
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 30, 2013 at 4:24 am #500541HI jscarfe,
– You can open file: /templates/ja_your_default_template_name/css/off-canvas.css, you will see this code:
@media (max-width: 767px) { <<< change to your desired value;
.off-canvas {
width: 100%;
overflow-x: hidden;
...........
– If you’re familiar with less, you can change it in file: /plugins/system/t3/base/less/variable.less
> Look for this code:
// Define Navbar Collapse Width @navbarCollapseWidth: 767px;
> Then compile less to css (there is button called ‘Compile Less to Css’ in back-end > template manager)
1 user says Thank You to Saguaros for this useful post
jscarfe Friend
jscarfe
- Join date:
- December 2012
- Posts:
- 22
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 13
- Thanked:
- 4 times in 1 posts
July 30, 2013 at 1:49 pm #500617Thanks Saguaros!
micker Friend
micker
- Join date:
- March 2006
- Posts:
- 131
- Downloads:
- 1
- Uploads:
- 3
- Thanks:
- 9
- Thanked:
- 4 times in 1 posts
July 30, 2013 at 4:46 pm #500634<em>@jscarfe 382779 wrote:</em><blockquote>Thanks Saguaros!</blockquote>
hello saguaros
can you put the correct css code ?
regardsSaguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 31, 2013 at 4:45 am #500703Could you see my above reply?
micker Friend
micker
- Join date:
- March 2006
- Posts:
- 131
- Downloads:
- 1
- Uploads:
- 3
- Thanks:
- 9
- Thanked:
- 4 times in 1 posts
July 31, 2013 at 7:14 am #500719i try it no change …
can you explain more ?
it possible to insert it on custom.css ?
thanksSaguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 2, 2013 at 8:43 am #501050You can see above code and change to your desired value. You can try to add css to custom.css file if you are not familiar with Less. 🙂
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by Saguaros 11 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum