Formatting address in listing details

This topic contains 2 replies, has 2 voices, and was last updated by  Russell 8 years, 12 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #39730

    Russell
    Expired Member
    Post count: 30

    In the listing details pages is it possible to get the address lines tidied up.

    Currently it is
    Address Formatting1

    And I am trying to achieve
    Address Formatting 2

    I am using GDF Framework Theme

    #39814

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    please add this to your custom css in GeoDirectory >> design >> script:

    
    
    .geodir-details-sidebar-listing-info span[itemprop="addressLocality"], .geodir-details-sidebar-listing-info span[itemprop="addressRegion"], .geodir-details-sidebar-listing-info span[itemprop="postalCode"], .geodir-details-sidebar-listing-info span[itemprop="addressCountry"] {
        margin: 0 0 0 16px;
    }

    and adjust margin according to your address icon size.

    Thanks

    #40376

    Russell
    Expired Member
    Post count: 30

    Perfect Paolo, that did the trick, I had not put in the individual itemprop elements.

Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket