• Resolved wilcochris

    (@wilcochris)


    Hi,

    I am using the list of the map and the styling is pretty rubbish.

    When I add the nwm_map shortcode, the list styling improves drastically.

    Is there something I am doing wrong that would cause this?

    Images below:

    NWM list styling with map

    NWM list styling without map

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author worldnomadmap

    (@worldnomadmap)

    Hi,

    it seems like the nwm_list shortcode doesn’t include the css needed.

    I’ll work into fixing this. If in the mean time you want to fix this you can add this custom css to your child theme:

    #nwm-route-list {
        border-bottom: 1px solid #ededed;
    }
    
    #nwm-route-list .nwm-location-count {
        padding-left: 10px;
        padding-right: 15px;
        width: 25px;
    }
    #nwm-route-list th, #nwm-route-list td {
        border-top: 1px solid #ededed;
        padding: 5px 10px 5px 0;
        text-align: left !important;
    }

    Thanks

    Thread Starter wilcochris

    (@wilcochris)

    Thank you so much.

    That fixed it.

    I couldn’t find the styles it was pulling and this was my last resort.

    Excellent service for a free plugin!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘List Styling’ is closed to new replies.