Hey @anelson483,
The code snippet in step 2 here: http://aesopstoryengine.com/quick-start-guide should get you on your way when used with the Code Snippets plugin.
add_theme_support("aesop-component-styles", array("parallax", "image", "quote", "gallery", "content", "video", "audio", "collection", "chapter", "document", "character", "map", "timeline" ) );
Also, for further info on integration, check out http://aesopstoryengine.com/developers
This code snippet above will likely not work for you. You’ll need to do some modifications to your themes css in order to allow full width components.Here’s an old post with more information that talks about this:
http://aesopstories.com/themes/content-first/
Thanks for your responses however I am still struggling with modifying my css. Any suggestions would be much appreciated!
As Nick mentioned, the snippet above will just get your theme enabled with ASE, but to full width components, you can find the post Nick mentioned to be helpful along with the http://aesopstoryengine.com/developers page.
You’ll notice under theme implementation, there is a “Utilizing Full-width Feature” that can lead you in the right direction.
For instance, this is snippet for full width components in Genesis: https://gist.github.com/bearded-avenger/f478639cbf0847c48230
Gonna close this out but let us know if you have any other questions.