Viewing 1 replies (of 1 total)
  • Plugin Author WPGMaps

    (@wpgmaps)

    Hi
    You will have to change the code for this to happen.

    If you open wpGoogleMaps.php and look for this section:

    $ret_msg .= "
                <style>
                #wpgmza_map img { max-width:none !important; }
                </style>
    
                $sl_data
                <div id=\"wpgmza_map\" $map_style>
                </div>
            ";

    and change it to this:

    $ret_msg .= "
      <style>
        #wpgmza_map img { max-width:none !important; }
      </style>
    
      <div id=\"wpgmza_map\" $map_style>
      </div>
       $sl_data
    ";
Viewing 1 replies (of 1 total)

The topic ‘General page layout…’ is closed to new replies.