Skip to content

Instantly share code, notes, and snippets.

@AmeliaBriscoe
Created November 7, 2017 18:51
Show Gist options
  • Select an option

  • Save AmeliaBriscoe/6a7952d20fa47ea0925de856f83abf3f to your computer and use it in GitHub Desktop.

Select an option

Save AmeliaBriscoe/6a7952d20fa47ea0925de856f83abf3f to your computer and use it in GitHub Desktop.
Show Rainmaker 404 error page with no sidebar
/* paste the below code to the Custom CSS area */
.error404 .sidebar { display: none; }
.error404 .content {
width: 100%;
margin: 0;
float: none;
padding: 40px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment