Bubble design

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

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

Open Support Ticket
  • Author
    Posts
  • #373835

    Marcus Conway
    Expired Member
    Post count: 126

    Hi there I would like to change the Geo Bubble as I am not really using addresses.

    I would like the image to fill more of the box as shown by the arrow and also remove the clipping from the favourite ‘heart’.

    Any ideas? Thanks 🙂

    #373870

    Kor
    Moderator
    Post count: 16516

    Hi Marcus,

    This custom CSS code below should help you achieve what you needed there. Insert into GD > Design > Scripts > Custom Style CSS.

    
    
    .geodir-bubble_image {
        height: auto!important;
    }
    
    .gd-bubble-inside {
        height: 250px!important;
    }
    
    .main_map_wrapper .geodir-addtofav-icon {
        display:none!important;   
    }
    #373979

    Marcus Conway
    Expired Member
    Post count: 126

    Thanks for that looks much better bigger. I am nearly there I just want to remove the blank space as shown

    #373983

    Kor
    Moderator
    Post count: 16516

    Hi Marcus,

    Apply the custom CSS code below and see if it works.

    
    
    .gm-style .gm-style-iw {
        height: 200px!important;
    }
    #373986

    Marcus Conway
    Expired Member
    Post count: 126

    Perfect. another one resolved by the awesome support!

    #373988

    Kor
    Moderator
    Post count: 16516

    Thanks for the kind words and have a nice day!

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