Child theme breaks orginal theme
I have just created a Child theme for Vantage, which looks like this:
------
/*
Theme Name: Vantage Child
Version: 0.1
Description: A Premium Directory Theme For WordPress
Theme URI:
http://www.appthemes.com/themes/vantage/
Author: AppThemes
Author URI: Bicaru.com
License: GNU General Public License v2 or later
License URI:
http://www.gnu.org/licenses/gpl-2.0.html
Template: vantage
*/
@import url("../vantage/style.css");
@import url("../vantage/styles/blue.css");
-----
The child copies from the parent, but it also breaks the theme (see
http://www.bicaru.com/):
- the footer moved up and is now placed below the main menu
- the map is not within its frame
Please advice on how to fix this!