Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • lovedigit Friend
    #208267

    Hello,

    I would like to show “sidebar” position in the mobile view. Right now, it is disabled/hidden by default and only visible on the desktop. I tried making it visible in template manager in the backend, but it is already visible and set to auto.

    Please tell me how to make it visible for mobile devices.

    turtlesoup Friend
    #576435

    To make the template responsive, the sidebar div is hidden on mobile devices. What I did was to make the off-canvas menu behave like the sidebar instead.

    I batched copied the sidebar modules then assigned off-canvas position.

    Adam M Moderator
    #576480

    Hi @lovedigit, @turtlesoup :

    You can open file /templates/ja_teline_v/css/custom.css (if you don’t have this file, just create a new one) then add this code :

    @media screen and (max-width: 992px) {
    #t3-mainbody .t3-sidebar {
    display: block;
    }
    }

    lovedigit Friend
    #576584

    thanks Adam it works 🙂

    lovedigit Friend
    #642897

    thanks Adam it works 🙂

    lovedigit Friend
    #741554

    thanks Adam it works 🙂

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

This topic contains 6 replies, has 3 voices, and was last updated by  lovedigit 8 years, 10 months ago.

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