Skip to content

Instantly share code, notes, and snippets.

@archonic
Created March 24, 2015 16:29
Show Gist options
  • Save archonic/d3fee43ef2928d975811 to your computer and use it in GitHub Desktop.
Save archonic/d3fee43ef2928d975811 to your computer and use it in GitHub Desktop.
Canvas child starting point
/*
Theme Name: Canvas Child
Description: Canvas Child Theme Description
Author: Joshua Mark
Template: canvas
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: canvas, wddm, cats
Text Domain: canvas-child
*/
@import url( ../canvas/style.css );
/* Canvas child theme modifications */
/* move the slider up to meet the navbar */
#main-sidebar-container {
margin-top: -40px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment