Thanks for the help.
When I trying to activate the child theme, I got tih error message:
Warning: require_once(/home/bandi/public_html/bandi.hu/cashflow/wp-content/themes/zenon-lite-child/admin/options-framework.php) [function.require-once]: failed to open stream: No such file or directory in /home/bandi/public_html/bandi.hu/cashflow/wp-content/themes/zenon-lite/functions.php on line 420
Fatal error: require_once() [function.require]: Failed opening required ‘/home/bandi/public_html/bandi.hu/cashflow/wp-content/themes/zenon-lite-child/admin/options-framework.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/bandi/public_html/bandi.hu/cashflow/wp-content/themes/zenon-lite/functions.php on line 420
But, the Custom CSS Manager was perfect for it.
Your code was helpful, but not perfect, and I found what else need to change for the best result.
Here is my custom css:
.single_wrap {
width: 712px;
}
.single_post {
width: 712px;
}
#sidebar {
width: 245px;
}
#sidebar .widgets .widget {
width: 213px;
}
#sidebar .widgettitle, #sidebar .widgettitle a{
width: 228px;
}
Very very big thank you, for your help!!!