Space between CURRENT/HUMIDITY/WIND

Easy to use and free Joomla module to display weather with forecast from Yahoo.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sat Feb 12, 2011 5:56 pm
Hi,
This module is just great !! :kiss:
Is it possible to reduce the space between the lines of CURRENT, HUMIDITY and WIND ? (see attachment)
Cheers ;)
Joe

Image 8.png
User avatar
Fresh Boarder

GK User
Sun Feb 13, 2011 11:07 am
I've reduced that space with this css code:

Code: Select all
.gkw_fday { width: 70px; }

ul.gkw_next_days li.aitems-3 { width: 25%; }



I think you'll understand what is this.

You can change this code and adapt it.

cheers.
User avatar
Senior Boarder

GK User
Sun Feb 13, 2011 8:44 pm
Thanks cubells, but the big spaces between "Temps clair" / "Humidité" / "Vent" remains... (see attachment)

Image 11.png
User avatar
Fresh Boarder

GK User
Sun Feb 13, 2011 9:01 pm
Hi

It's always better if you show us your website, but from this "distance" try using this line:

Code: Select all
div.gkwMainRight p {height: 18px;line-height: 16px;margin:0}


You might need to add !important rule.

Cheers ;)
User avatar
Platinum Boarder

GK User
Wed Mar 02, 2011 10:29 pm
Thanks Selchinha, it is great like that !!
Cheers ;-)
(I really love this module !)
User avatar
Fresh Boarder


cron