I wanted to setup my new Avisio install with a child theme and followed the basic Codex instructions as I have for other themes in which I use a child-theme -->Created my child folder and child-css. Simple enough but in this case my child-theme css mods are not getting applied. I added the following code simply as a test. I'm no guru but my understanding is that using child-themes is indeed best practice. What is required to do this with Avisio? Thanks!
/*
Theme Name: Avisio - Child Theme
Description: Custom Child theme for Avisio
Version: 1.0.0
Author: JS Associates
Author URI:
Template: avisio
*/
/* Import Stylesheets, do not remove this line, make sure you use the correct actual folder name.
-----------------------------------------------------------*/
@import url("../avisio/style.css");
/************************************************
* Changes go below this line
************************************************/
/* adjust the space under the nav bar */
#wrapper_head {
height: 200px;
}
/************************************************************************
-) FOOTER
*************************************************************************/
.copyright{
float:right;
padding-left:3px;padding-right:20px;
}














