Since 3 days I'm trying to add my custom CSS to an existing Wordpress-Theme. I do that by creating a child-theme with Child-Theme-Configurator (http://www.childthemeconfigurator.com/). Basically, it works ok. But there are still some CSS-inconsistencies which I can't remove. My child-theme-CSS seems to be overwritten by the parent-CSS (i.e. wrong borders, margins, ...) I tried to make it work with different themes. But every theme results in similar (but slightly different) problems.
I need to use my custom-css only within posts, because I embed my html only in posts. So my questions is basically: Is there any way to make sure, that 100% of the parent-theme-css is disabled/resetted within html-posts?