Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #116001
    Sarah Yoffe
    Participant

    I see the css for hiding the sidebar on mobile devices for another theme from searching the forum but not for Fluid Pro. What exactly would the CSS be for Fluid?

    Thanks!

    #116065
    Mahesh
    Keymaster

    @michaelinthenow: Go to Dashbaord=> Appearance=> Customize=> Additional CSS box and add the following CSSS:

    @media screen and (max-width: 767px) {
    	#secondary {
    		display: none;
    	}
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Disable Sidebar in Mobile’ is closed to new replies.