[GIS] Changing qgis2leaf custom popup width and height

qgis2leaf

I'm using qgis2leaf on QGIS 2.6.

I'm actually working on a map. I need biggers popup. I succeed to change the popup width and height in the leaflet.css file. But the text inside do not fill the whole popup, but just a tiny part on the left. I'm afraid I'm not clear, so you can see my problem using the link below (on the map, clik for example on "THERMES DE CARACALLA").
http://jbouffand.free.fr/spip.php?article320

Can someone help me?

Best Answer

There are Leaflet options for the popups: http://leafletjs.com/reference.html#popup-options. You should be able to alter the .bindPopup line in index.html to include such options:

bindPopup( html | el | popup, options? )

(http://leafletjs.com/reference.html#marker)