Just a note for CDSEO users...
If your layout gets messed up when navigating to subcategories, you can apply this small fix...
In skin/adapt/js/adapt_custom.js
In line 6, replace...
Quote:
path: 'skin/adapt/css/grid/',
|
With the full path to your store...
Eg.
Quote:
path: 'http://www.yourstore.com/skin/adapt/css/grid/',
|
Use https:// if necessary.
Thanks to Jack for the heads up.