Okay
  Public Ticket #258540
Sidebar Responsive
Closed

Comments

  • Brad started the conversation

    The sidebar drops below the post content, but it continues to stay at 1/3 the size of the page.

  •  8,839
    Tahir replied

    Hey Brad!

    Thats Standard Scaffolding in Bootstrap . Are you looking at changing that. 

    Thanks


    ThemeNectar Support Team 

  • Brad replied

    I would definitely like the sidebar content to become the same width as the main content, probably at the tablet level.

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :

    @media only screen and (max-width: 1000px) {
        #sidebar {
            width: 100% !important;
        }
    }
    
    
    

    Thanks


    ThemeNectar Support Team 

  • Brad replied

    Worked perfectly.

    Thank you.