Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • jscarfe Friend
    #189329

    I’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
    #500541

    HI 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)

    jscarfe Friend
    #500617

    Thanks Saguaros!

    micker Friend
    #500634

    <em>@jscarfe 382779 wrote:</em><blockquote>Thanks Saguaros!</blockquote>
    hello saguaros
    can you put the correct css code ?
    regards

    Saguaros Moderator
    #500703

    Could you see my above reply?

    micker Friend
    #500719

    i try it no change …
    can you explain more ?
    it possible to insert it on custom.css ?
    thanks

    Saguaros Moderator
    #501050

    You 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. 🙂

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  Saguaros 10 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum