Map pop-up description display

This topic contains 2 replies, has 2 voices, and was last updated by  Evan Hasson 6 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #422016

    Evan Hasson
    Expired Member
    Post count: 47

    Hello,

    Please see the attached image… I am currently using the following css in order to display a larger map pop-up image but now it seems to be cutting off some of the description:

    .geodir-bubble_desc a {
    color: #fff;
    }

    .geodir-bubble_image .geodir_thumbnail {
    background-size: cover;
    }

    .geodir-bubble_image {
    height: calc(80% – 11px);
    }

    Is there a way to display the pop-up image thumbnail at it’s current size but increase the size of the description box as well?

    Thank you.

    #422054

    Kor
    Moderator
    Post count: 16516

    Hi Evan,

    It’s not possible to increase the bubble box without complex customization. I’d suggest using the custom CSS if you wish to display the entire thumbnail without being cut off.

    
    
    .geodir-bubble_image .geodir_thumbnail {
        background-size: contain!important;
    }
    
    .geodir-bubble_image {
        height: 60%!important;
    }
    #422155

    Evan Hasson
    Expired Member
    Post count: 47

    Resolved! Thanks, Kor! Much better.

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