Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4019) - 03 April 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Show All High Charts Instead Of A Selection

Other discussion about creating web sites for Cumulus that doesn't have a specific subforum

Moderator: daj

duke

Re: Show All High Charts Instead Of A Selection

Post by duke »

Grimers wrote:Understood.

I am listening to everyone's opinion on here, and I have changed the following code to the weatherstyle.css file from:

Code: Select all

#content {
   width: 965px;
   margin: auto;
}
To:

Code: Select all

#content {
   width: 965px;
   margin: auto;
   padding-left: 10px;
   padding-right: 10px;
}
That should now hopefully solve the issue.

I am looking at the website now on my iPhone 6 now and yes I admit the text is small.
I do not see that as a fix, well, may be, but most likely for only one particular screen size. If you want to make your website suitable (responsive) for varying screen sizes and orientations, you need to learn how to use media queries. Yes, you could use iCumulus, but it is old and clunky now IMO - sorry.

Actually, I can see why now, originally written in 2009.
Post Reply