Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • And I was making it way more difficult than it needed to be. Use an FTP program to access the style.css file and simply add the !important rule. Voilà, it works!

    #bgmp_map-canvas
    
    {
    
    	width: 100% !important;	/* The width and height here are just defaults in case the JavaScript can't load. They're overridden with the ones on the Settings page when the map is created. (Good ole !important saves the day again.) */
    
    	height: 400px;
    
    }

    Oh I wish there was an answer here too! It is a fantastic plugin and that’s the only thing I need it to do that it doesn’t. I’m spending too much time searching through the code trying to find where the units of the width are defined as pixels so I can try changing it to percent. 100% width would fix it, but where oh where to change it?

Viewing 2 replies - 1 through 2 (of 2 total)