Remove SideBar
I want to create a dedicated landing page with fluent community header and footer. Without the sidebar on desktop.
Is there any feature or CSS that can turn off the sidebar munu on desktop only.
Please I will appreciate anyone that can figure this out...
Are you using one of the Theme Compatibility templates for the page? If so, I think this should work.
@ media screen and (min-width: 800px) {
.page-id-245 .spaces {
display: none !important;
}
.page-id-245 .feed_layout {
padding-left: 0px !important;
}
}
Change the page id number to the id of the desired page and change the min-width to whatever minimum screen width you want this to be active on.
EDIT: The editor here doesn't like the @ and media together so be sure to remove the space between the two above also.
Thomas OatesΒ Wonderful, and it works like magic. May God Almighty or whatever you serve bless you. I really appreciate the puzzle you just solved for me. Thanks very much