Quote:
I have been working on the front page layout and having issues with bottom banners not bring responsive on my Samsung Note 3. Using Chrome simulation mode it does the same thing and is not responsive
|
If you're adding custom banners, add class="img-responsive" to the IMG tag to make
responsive. If using the QT banners module, then images should be responsive out of the box.
Quote:
I am having a slight issue with the Google Maps Location Map
|
Your address in general settings > company should be as accurate as possible.
By enlarge, the map displays locations accurately, but occasionally if an address shares post/zip code with close addresses, the map pin will not be accurate also.
Alternatively, you can just embed a
custom Google map with more precise longitude/latitude coordinates, by replacing this code in skin/reboot/customer/help/location_map.tpl ...
Code:
<div class="google-map"
data-address="{$config.Company.location_address} {$config.Company.location_city} {$config.Company.location_state_name} {$config.Company.location_zipcode} {$config.Company.location_country}"
data-height="{$config.Reboot.reboot_contact_map_height}px"
data-type="{$config.Reboot.reboot_contact_map_type}"
data-zoom="{$config.Reboot.reboot_contact_map_zoom}"
data-lang="{$shop_language|lower}"
data-width="100%">
</div>