Making Map Spacing Look Like Demo
Hello, Newbie to
WP and AppThemes. I am using Vantage and MapSupreme and I wanted to have the map on the front/home page look like the demo map with regards to the spacing and the rounded corners without the border. The demo has very little spacing between the breadcrumb and the map, but mine has a larger one. Also the demo has map appears to be hovering over the rule line.
DEMO:
base.png
MY SITE:
new.jpg
I am using the code that came in the Mapsupreme "readme" file and placing it in the header.php:
Code:
<?php if(is_home() || is_front_page()){?><div id="content" class="container">
<div class="row rounded">
<p> </p>
<?php
$arg = array('w' => '100%','h' => '400px');
do_action('wpw_vantage_gmap_code',$arg);
?>
<p> </p>
</div></div>
<?php }?>
Can someone help me with this?
Thanks