• Resolved pho3nyx

    (@pho3nyx)


    Hello, I’m having layout issues on mobile (here an example) with the page Meteo Torregrotta.
    There is a way to fix the weather layout?
    Would be nice something like
    Date
    Day Night

    Thanks in advantage for your help

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author tuxlog

    (@tuxlog)

    Hello pho3nyx,

    seems to be a problem with the width of the heading container.

    Please copy wp-forecast-default.css to wp-forecast.css (this is to prevent changes being overwritten during the next update) and edit wp-forecast.css.

    Change class wp-forecast-fc-head to

    div.wp-forecast-fc-head {
    font-size: 11px;
    padding: 3px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    float: left;
    min-width: 80%;
    }

    It is just the last line min-width:80% which I added.

    I just tested it in chrome with the complete mobile device list and it worked.

    Thread Starter pho3nyx

    (@pho3nyx)

    Perfect it works like a charm !!!
    I have one more question if possible.
    There is a way to remove the location? ( Torregrotta Sicilia Italy )

    Plugin Author tuxlog

    (@tuxlog)

    Please try entering   into the location field. After that press save and you will see nothing in the field then and hopefully the location is not shown anymore. Didn’t test it now but I think this was the solution for this request some years before.

    Thread Starter pho3nyx

    (@pho3nyx)

    It works !!! Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Layout issues on mobile’ is closed to new replies.