I’m excited to release my first publicly sold theme, the Driskill. It is a responsive, mobile-friendly child theme of Genesis, and is available from the StudioPress marketplace. It was designed by James Dalman, who I work with on a lot of client projects.
Try it out! Resize the browser to see how the design shifts. My favorite is the three column layout because of how the sidebars drop below side-by-side.
I’m hoping to produce a few more themes that will be sold through the StudioPress marketplace, so hopefully you’ll see some more of these posts soon.
If you’ve used Driskill for your or a client’s site, please share it with me. I’d like to showcase a few here to show the versatility of the theme.



cool, I’ve been thinking of making a responsive child theme too. If I may suggest, you could maybe replace the navigation with a select dropdown for mobile devices? and add a little margin to each sides?
Yep, that’s probably the most requested feature. I had a mobile navigation in there for a while but had a hard time getting it working for every possible menu type (header right, primary, secondary). I might write a tutorial on how to add that to the theme though.
I really like the minimalist vibe. Very clean. Looking good on my iPad with Safari.
I really like this theme and I’m going to try it. New to Genesis though — Is it possible to modify Genesis child themes outside of the child theme directory? I am accustomed to creating WordPress child themes in a separate -child directory so as not to alter any of the original files. Not sure if the Genesis framework is already leveraging that technique for its child themes.
Actually Driskill is a child theme of Genesis (the parent theme). When I’m building from a pre-built child theme, I rename it to the site’s name and then make all my customizations in it. You should never need to update the child theme as that is all the specific customizations to your site. All upgrades will happen to Genesis, the parent theme.
The theme looks great. Does it have an interface where we can choose colours, fonts etc? The Genesis themes are rather lacking in that area.
Thanks
Tina
It provides two color options, Light (default) and Dark.
Genesis is more of a development framework. If you want the ability to tweak all the colors and fonts in your theme, try the Prose child theme on top of Genesis.
Hi,
I’ve purchased Driskill and I am using a (left)sidebar-content-(right)sidebar layout: http://luciasnoei.nl/Wordpress03/
I would like the left sidebar to stay left of the content when using an iPad, and above the content when using a smart phone.
Now the content comes first, and the sidebars are underneath the content when using narrower screens.
Can you help me out? Thanks!
Please post all future support questions in the StudioPress support forum.
There’s two changes you’ll need to make for this.
- Add this to the bottom of functions.php: https://gist.github.com/1707036
- Add this to the bottom of style.css: https://gist.github.com/1707038
Hi Bill,
How are images handled in your responsive theme? i.e. are smaller file sized images delivered to mobile devices or are all devices using the same image file?
Thanks,
Glen
Only one image size is used – whatever you have added to your post/page. There’s no modification to the content of the site (e.g., changing images based on device) – it simply alters the appearance ( e.g., images have a max-width of 100%, so if their containing element is smaller than the image, the image shrinks to fit ).