trekawek / air-quality-info

An attractive way to display air quality in your neighbourhood.
Other
49 stars 16 forks source link

iframe ( center and borderless ) #107

Open schematt opened 1 year ago

schematt commented 1 year ago

ciao Tom e grazie per il tuo lavoro, ho aggiunto il tuo widget nel mio sito ( www.pnmeteo.it ) ma vorrei centrarlo ed eliminare la cornice è possibile? Grazie Claudio

hi Tom and thank you for your work, I added your widget to my site but I would like to center it and remove the frame is this possible? Thank you Claudio

trekawek commented 1 year ago

Hi Claudio,

Thanks for the report. I fixed the CSS styling in 39798d429b421987a5c42f3fcce83307344bc692, so there should be no longer the scrolling bars. As for putting it in the center, it's up to the page container where you put the widget. Looking at the source of your page, I think it'd be enough if you add center class to the <div> here:

<!-- Start of index_hook_after_station_info row -->
<div class="row index-hook-after-station-info border-bottom">
schematt commented 1 year ago

Thanks Tom