Hi all,
Quick question, not a problem 🙂
I want to style the [gd_output_location location=’listing’] element in the Archive Details page.
As you can see in the sceenshots below there are a lot of blank spaces and empty lines output.
One is the output on the main Archive Listings page and the other is the GD-Listings widget.
The 3rd is the Inpector where you can see that there are a few manual line breaks added before and after the element.
I’d like to clean it up, ie., Padding, Margins, Manual line breaks etc. but don’t know the correct place to do so.
I read about hiding details using CSS such as
span[itemprop=”streetAddress”],
span[itemprop=”addressLocality”],
span[itemprop=”postalCode”] {
display: none;
}
But this isn’t my issue.
What file, do I need to edit?
Is it CSS or do I need to edit the HTML output of a different file?
Thanks again 🙂