File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ format:
5050<!-- ── Global Readership ─────────────────────────────────────────────── -->
5151<div class="readership-section">
5252 <h2 class="readership-heading">Global Readership</h2>
53- <p class="readership-intro">{{stats.readers}} readers across {{stats.countries}} countries — thank you for making this community what it is.</p>
53+ <p class="readership-intro">{{stats.readers}} readers across {{stats.countries}} countries and territories — thank you for making this community what it is.</p>
5454 <div class="looker-wrap">
5555 <iframe
5656 src="https://lookerstudio.google.com/embed/reporting/e7192975-a8a0-453d-b6fe-1580ac054dbf/page/0pNbE"
57- title="Global readership map — {{stats.readers}} readers across {{stats.countries}} countries"
57+ title="Global readership map — {{stats.readers}} readers across {{stats.countries}} countries and territories "
5858 allowfullscreen="allowfullscreen"
5959 loading="lazy"
6060 sandbox="allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox">
Original file line number Diff line number Diff line change @@ -405,13 +405,13 @@ format:
405405 <div class="mls-looker-wrap">
406406 <iframe
407407 src="https://lookerstudio.google.com/embed/reporting/e7192975-a8a0-453d-b6fe-1580ac054dbf/page/0pNbE"
408- title="Global readership map — {{stats.readers}} readers across {{stats.countries}} countries"
408+ title="Global readership map — {{stats.readers}} readers across {{stats.countries}} countries and territories "
409409 allowfullscreen="allowfullscreen"
410410 loading="lazy"
411411 sandbox="allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox">
412412 </iframe>
413413 </div>
414- <p class="mls-map-caption">Live readership — {{stats.readers_monthly}} readers a month across {{stats.countries}} countries</p>
414+ <p class="mls-map-caption">Live readership — {{stats.readers_monthly}} readers a month across {{stats.countries}} countries and territories </p>
415415 <p class="mls-map-countries"><span class="mls-map-countries-label">Top countries:</span> {{stats.top_countries}}</p>
416416 </div>
417417
@@ -428,7 +428,7 @@ format:
428428 </div>
429429 <div class="mls-reach-item">
430430 <dd class="mls-reach-value">{{stats.countries}}</dd>
431- <dt class="mls-reach-label">countries</dt>
431+ <dt class="mls-reach-label mls-reach-label-wrap ">countries &<br/>territories </dt>
432432 </div>
433433 <div class="mls-reach-item">
434434 <dd class="mls-reach-value">{{stats.readers_monthly}}</dd>
Original file line number Diff line number Diff line change 537537 margin : 0 ;
538538}
539539
540+ /* GA4 reports ISO 3166-1 regions, which include territories such as Hong Kong
541+ and Puerto Rico alongside sovereign states, so the count exceeds the 195
542+ countries in the world. The label says what is actually being counted; it
543+ takes two lines, and the row aligns on a shared label height. */
544+ .mls-reach-label-wrap {
545+ white-space : normal !important ;
546+ line-height : 1.25 ;
547+ }
548+
540549.mls-reach-label {
550+ min-height : 2.1em ;
541551 font-size : 0.62rem ;
542552 font-weight : 600 ;
543553 text-transform : uppercase;
You can’t perform that action at this time.
0 commit comments