Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1412676

    Good morning!

    Once again, where can I set the sidebar to hide on small screens? It doesn’t look good on tablets at the moment; even there, the sidebar is displayed next to posts.

    There used to be a place in Enfold where you could set (for all pages and posts, not individually) at what screen size the sidebar should be hidden? Or must this be entered via CSS?

    best regards,
    Susanne

    #1412779

    Hey Susanne,
    Thanks for your patience, we don’t have an option to hide sidebars on tablets, you can set the global sidebars at Enfold Theme Options ▸ Sidebar Settings but for tablets you would need to use css like this:

    @media only screen and (max-width: 1366px) {
    	#top #main .sidebar {
    		display: none;
    	}
    	#main .container .content.av-content-small.units {
    		width: 100%;
    		border: none;
    	}
    	#main .content .entry-content-wrapper {
    		padding-right: 0;
    	}
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.