Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor AndyWalmsley

    (@andywalmsley)

    Hi,

    There is no built in customisation for this, but you can put any of your own css in your themes style.css using the class names of the plugin.

    If you would like any help with this let me know and I will post some sample css to add to your theme.

    Thread Starter gregy1403

    (@gregy1403)

    Hi Andy

    Thank you for your answer. Plugin is great, it’s just that i would like to make it lower .. by height it takes too much space

    http://www.cele.si on the right side – i would like to have less height space between temperature and icon

    Thank you

    Plugin Contributor AndyWalmsley

    (@andywalmsley)

    Okay, if you have access to edit your themes style.css file, you can just add this to it:

    .weather-wrapper .no-break .weather-temperature {
        padding: 0 !important;
    }

    Let me know if this doesn’t work, or if you need anything else.

    Thread Starter gregy1403

    (@gregy1403)

    Thank you .. works great!

    I was looking in icit-weather-widget.php where to put city and country in one line .. can you advice me please?

    Plugin Contributor AndyWalmsley

    (@andywalmsley)

    This one is again best done with css so that it doesn’t revert in plugin updates, so if you add this to your style.css:

    .weather-wrapper .weather-location br {
        display: none !important;
    }
    Thread Starter gregy1403

    (@gregy1403)

    brilliant .. thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Space between temperature and icon’ is closed to new replies.