Use full width layout when there’s no sidebar

This commit is contained in:
Benoît Chantre 2017-07-10 18:03:55 +02:00
parent ff6cc41087
commit 100081feee
8 changed files with 40 additions and 0 deletions

View file

@ -14,6 +14,7 @@ My ultra-minimal CSS might make me look like theme tartare but that means less s
* Some small tweaks in `inc/template-functions.php` that can improve your theming experience.
* A script at `js/navigation.js` that makes your menu a toggled dropdown on small screens (like your phone), ready for CSS artistry. It's enqueued in `functions.php`.
* 2 sample CSS layouts in `layouts/` for a sidebar on either side of your content.
Note: `.no-sidebar` styles are not automatically loaded.
* Smartly organized starter CSS in `style.css` that will help you to quickly get your design off the ground.
* Licensed under GPLv2 or later. :) Use it to make something cool.