• Hello,
    Can you please help me to make the left sidebar where my menu is located to be fixed and scrollable?

    Thank you very much

Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi,

    Try adding this as additional css:

    
    @media only screen and (min-width: 1025px) {
    #header { position: fixed; }
    .col-2cr .main { margin-left: 320px; }
    }
    

    You may need to add more css, but this should give you a start.

    If you want a scrollbar, try also adding:

    
    @media only screen and (min-width: 1025px) {
    #header { top: 0; bottom: 0; }
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Fixed sidebar’ is closed to new replies.