• Hi there. I want to remove the gaps between the address and the phone, as well as the distance. I want to show only the name, address, city, zip, phone, distance, directions. How can i do that please? Check the image in the link below. Thank you,

    LINK: https://ibb.co/bLJ3w9Q

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi!

    The store listing template can be customized to your taste as explained in the documentation.

    You can display extra fields or modify which fields are rendered and how they will look like. A bit of knowledge in HTML and CSS is required though.

    If you want a quick and dirty CSS workaround to remove the gaps between different data in the store listing, just go to Appearance > Customize > Additional CSS and try this:

    #wpsl-stores div.wpsl-store-location > p {
        margin-bottom: 0px;
    }

    Regards.

    Thread Starter spinach

    (@spinach)

    Thanks alot!

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