Author Topic: Saratoga Template Width  (Read 774 times)

0 Members and 1 Guest are viewing this topic.

Offline dudleyweather

  • Member
  • *
  • Posts: 8
Saratoga Template Width
« on: May 28, 2025, 07:58:01 AM »
How do i make the Saratoga Narrow Blue Template Slightly wider from 800px? I reckon 1000px would suit perfectly.

Offline Vasco

  • Forecaster
  • *****
  • Posts: 691
    • PWS
Re: Saratoga Template Width
« Reply #1 on: May 28, 2025, 09:07:12 AM »
Is this any help?
Ecowitt GW1102 (with GW2000) + Weather Display in Windows 10

Offline dudleyweather

  • Member
  • *
  • Posts: 8
Re: Saratoga Template Width
« Reply #2 on: May 29, 2025, 03:43:31 AM »
Thanks! That's a good start, just need to figure out how to make the page wider now and i'm there!

Offline dudleyweather

  • Member
  • *
  • Posts: 8
Re: Saratoga Template Width
« Reply #3 on: May 29, 2025, 07:15:39 AM »
For anyone reading this, the solution that worked for me was the above link, mixed with putting:

<style>
#page{
   Width:1100px;
}
</style>

In the <head> section of each page.

This is the final result: https://collemeteo.it/index.php

There's some altering of the width of each component in some cases like the forecast page, just search width in the code and you should see the ones that need to be changed.

 

anything