Split: Address format in map location bubble

This topic contains 20 replies, has 3 voices, and was last updated by  Giri 6 years, 7 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #394763

    Giri
    Expired Member
    Post count: 3155

    How do I get the street address on a separate line from the “Address” heading?

    
    
    .geodir_more_info .geodir-i-location {
         display: block !important;
    }
    #394764

    Giri
    Expired Member
    Post count: 3155

    Hi Joy,

    You have been using multiple custom css for the same part. So it confuses me.

    This is the structure you wanted

    Address:
    123 Some Street
    City
    Region
    Phone Number: (123) 456-7890

    This is how I would like it be displayed:
    Address:
    123 Some Street
    City, Region
    Phone Number: (123) 456-7890

    But you didn’t clearly mention which part you are talking about. Then later you mentioned you are talking about bubble.

    So I’m hoping at this moment you are only talking about the bubble in all pages.

    If thats the case please remove all existing custom css and only use this part.

    
    
    .geodir_more_info .geodir-i-location, 
    .geodir_more_info span[itemprop="streetAddress"] {
        display: block !important;
    }
    
    .geodir_more_info span[itemprop="addressLocality"], 
    .geodir_more_info span[itemprop="addressRegion"] {
        display: inline-block !important;
        margin: 0;
        margin-bottom: 5px;
        margin-right: 5px;
    }
    
    .geodir_more_info span[itemprop="postalCode"] {
        display: none !important;
    }

    Thanks

    #394795

    Joy
    Buyer
    Post count: 1076

    So sorry my post was split from a topic on the map bubble, that’s why I didn’t think to mention that part again.

    But yes, I am referring to the map bubble address layout. I will give this a try and let you know if it works.

    Thank you.

    #394798

    Giri
    Expired Member
    Post count: 3155

    No problem, If it doesn’t work please post wp-admin. I’ll add the code myself and check whats causing the issue.

    Thanks

    #394808

    Joy
    Buyer
    Post count: 1076

    It worked! Thank you very much for your patience with this.

    #394890

    Giri
    Expired Member
    Post count: 3155

    You are welcome 🙂

Viewing 6 posts - 16 through 21 (of 21 total)

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

Open Support Ticket