Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • tenaki Friend
    #1048177

    Sorry posted about this before but cannot find the post. Anyway

    I was given the following css code which seemed to work but later found that there was massive space between the last sidebar module and the footer so removed it

    The code was `

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

    However, looking in the template responsive positions small and xsmall it looks like the sidebar should show without the additional code?
    https://www.screencast.com/t/EAsPkaHIKGMk

    • This topic was modified 7 years, 2 months ago by  tenaki.
    Pankaj Sharma Moderator
    #1048250

    Hi
    Use this code

    @media screen and (max-width: 992px) {
    #t3-mainbody .t3-sidebar {
    display: block;
    clear:all;
        min-height: auto!important; 
    }
    }

    Hope it helps.

    Regards

    tenaki Friend
    #1048324

    Thanks I nearly had it, got the clear all but was trying height rather than min-height.

    Pankaj Sharma Moderator
    #1048333

    You are welcome!

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

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 2 months ago.

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