@digico Paris
Thanks for your reply.
Here’s the style.css file on my child theme:
/*
Theme Name: vantage-child
Description:
Author: Seravy
Template: vantage
(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
#main {
padding: 0px;
}
<style type=”text/css”>
@media only screen and (max-width: 640px)
{
styles
}
@media only screen and (max-width: 320px)
{
other styles
}
</style>
But the table contents are still being cropped only showing the centre part. I’ve also set the Google Map size to 1600×1200 which is really good for Desktop users, but almost impossible to browse for mobile users. The map takes up the whole screen you’ll end up swiping the map not the webpage.
As for the embed Google Maps, that’s a very good suggestion. My mobile phone needs to load quite some time to load when using mobile data. But are there other methods to show store locations other than embedding maps? I’ve tried Google Maps Widget but I don’t think it can show multiple locations?
Cheers