Map Bubble CSS Bug

This topic contains 5 replies, has 2 voices, and was last updated by  Kor 7 years, 2 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #364568

    Silks
    Full Member
    Post count: 305

    Hello,

    Since the most recent update the text in the map bubble has bunched up. I’ve inspected the elements and it seems that the css line below is not being computed. I’ve tested ‘line-height’ that works well (although not the desired effect) but any form of ‘margin’ css style does not seem to come through.

    
    
    .geodir-bubble-meta-side span {
        margin: 5px 0px;
    }

    Is there a solution to this??

    Thanks

    #364577

    Kor
    Moderator
    Post count: 16516

    Hi Silks,

    I’ve just checked your Website and the information on the map bubble looks fine http://prntscr.com/eekyas . May I know how do you want it to look like? Perhaps some screenshots?

    Thanks!

    #365249

    Silks
    Full Member
    Post count: 305

    Before the update there were paragraph spaces if you like between the different components, it just read a little better.

    eg.
    address: 123 fake st
    Fake Town
    (5px gap)
    Get Directions
    (5px gap)
    Pet Friendly
    (5px gap)
    etc.

    Not bunched up without gaps
    address: 123 fake st
    Fake Town
    Get Directions
    Pet Friendly
    etc.

    Does that make sense? Thank You

    #365363

    Kor
    Moderator
    Post count: 16516

    Hi Silks,

    I get what you mean now and I’d like you to know that you can always use custom CSS to adjust the spacings. Have you gave it a try? Example below.

    
    
    .main_map_wrapper .geodir_more_info.post_address,
    .main_map_wrapper .geodir_more_info.geodir_get_directions {
        margin-bottom:10px;
    }

    Thanks!

    #368391

    Silks
    Full Member
    Post count: 305

    Thanks. I was trying to avoid listing every element in css but it seems like it might be the only option. thanks again for all your help 🙂

    #368555

    Kor
    Moderator
    Post count: 16516

    Hi Silks,

    You’re Welcome and I’m glad that helped.

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

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

Open Support Ticket