• Hi,

    I have a sidebar on all my devices with Astra Theme, but it breaks below on tablet and mobile instead of showing on the side. I want to remove the sidebar from mobile and tablet with CSS. I want the sidebar only on the desktop. If anyone can help, I’ll appreciate it!

    Regards,
    HG

Viewing 1 replies (of 1 total)
  • Hi @hiramguzman11,

    Actually, that’s the expected behavior on the responsive devices. I believe the same thing is happening on the other responsive themes.

    Well, if you would like to remove the Sidebar on the mobile, you can try add the following CSS to your site

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

    See if it does the trick.

    Kind regards,
    Herman ??

Viewing 1 replies (of 1 total)
  • The topic ‘Removing Astra Theme WordPress sidebar only on mobile and tablet’ is closed to new replies.