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

    (@viadat)

    @dhobeika, in:

    /wp-content/uploads/sl-uploads/custom-css/store-locator.css

    Update, the #map_sidebar entry (approx. line 357), comment out the ‘height’ entry, like below:

    #map_sidebar {
        background-color: transparent;
        font-size: 11px;
        font-weight: normal;
        /*height: 350px;*/
        overflow: auto;
        text-align: justify;
    }

    In general — you can use Firefox Firebug or Google Chrome Developer Tools, which can show you which stylesheet changes you need to make

    Thanks! this did work for me as well.

    (Edited my initial post where I thought it wasn’t working)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show All Locations Below Map Without Scrolling’ is closed to new replies.