Positioning Map on header like the 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
MySite:
new.jpg
I am using the sample code that comes in the read.me file
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 suggest something? Thank you!!