Remove sidebar from a page??
CynthiaM
Registered Users Posts: 364 Major grins
I would like to host a private folder/gallery/page for a grpup I work with but in so doing, want to remove the left side panel from appearing. Is there a way to remove the left panel; heading, menu, social icon links from only a particulary page, folder or gallery?
0
Comments
wants to chime in.
.sm-page-node-rr87R .sm-page-layout-region-left {display:none}
/* moves page content to left over hidden panel */
.sm-page-node-rr87R .sm-page-layout-region-center {
margin-left: 0px !important;
}
The red is the unique page ID for a single page. If you made the page "Just this..." you
could probably put it in the "Just this ..." CSS and leave off the leading page class .sm-page-node-rr87R
My Website index | My Blog
Thanks, Allen
How do you identify the unique page id in case i want to do this on several pages?
My Fine Art Photography
My Infrared Photography
www.CynthiaMerzerPhotography.com
My Website index | My Blog