diff --git a/website/src/lib/docs/en/files-and-stats.mdx b/website/src/lib/docs/en/files-and-stats.mdx
index a94db71c..3aef32c9 100644
--- a/website/src/lib/docs/en/files-and-stats.mdx
+++ b/website/src/lib/docs/en/files-and-stats.mdx
@@ -73,7 +73,7 @@ You can also use the mouse wheel to zoom in and out on the elevation profile, an
### Additional data
-Using the buttons on the right of the elevation profile, you can optionally color the elevation profile by:
+Using the button at the bottom-right of the elevation profile, you can optionally color the elevation profile by:
- **slope** information computed from the elevation data, or
- **surface** data coming from OpenStreetMap's surface tags.
This is only available for files created with **gpx.studio**.
diff --git a/website/src/routes/[[language]]/+page.svelte b/website/src/routes/[[language]]/+page.svelte
index 658ed1a1..ae966141 100644
--- a/website/src/routes/[[language]]/+page.svelte
+++ b/website/src/routes/[[language]]/+page.svelte
@@ -175,7 +175,6 @@
{slicedGPXStatistics}
additionalDatasets={$additionalDatasets}
elevationFill={$elevationFill}
- panelSize={200}
/>