• Resolved redhawkssupport

    (@redhawkssupport)


    div[id^=owm-weather]

    Can I please get an example how to “add” the correct numbers here?
    I’m fiddling with the size and other seting … and using shorcde

    
    [owm-weather id="258270" /]
    
    div[id^=owm-weather] {
        position: relative;
        /* font-size: 14px; */
        margin: 10px 0;
        padding: 10px 20px;
        width: 100%;
        line-height: 1;
        display: inline-block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    • This topic was modified 2 years, 12 months ago by Yui. Reason: renamed topic, not informative name

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Uwe Jacobs

    (@uwejacobs)

    To select the main div for owm-weather shortcode 258270, it would be

    div[id^=owm-weather-id-258270]

    Also, with a custom template, you could layout the weather data exactly the way you want it.

    Thread Starter redhawkssupport

    (@redhawkssupport)

    Thank you!
    Im getting old, jut realized i for some reason removed ^= which is kind of stupid ??
    I’ll close this topic and beg of all not to rofl

    Plugin Author Uwe Jacobs

    (@uwejacobs)

    No problem. Glad I could help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to “add” the correct numbers here?’ is closed to new replies.