• Resolved asmany

    (@asmany)


    Hello,
    Where can I resize the bubble without losing the responsive property?
    Many thanks,
    asmany

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @asmany

    You can enter the following style definition through the menu option: “Appearance > Customize > Additional CSS”:

    
    .cpm-infowindow{min-width:250px;}
    

    And to increase the size of the infowindows image:

    
    .cpm-thumbnail{min-width:250px !important;}
    

    Best regards.

    Thread Starter asmany

    (@asmany)

    Thank you for your quick help!
    Best regards, asmany

    Thread Starter asmany

    (@asmany)

    Hello @codepeople,
    (Do these questions fit here or just in a new topic?)

    Is it possible that the size of the bubble image is not an equilateral square but a landscape format?

    And where could I set the bubble title to be above the image, not float (left)?
    Best, asmany

    Plugin Author codepeople

    (@codepeople)

    Hello @asmany

    The plugin uses by default the featured image associated with the post, and in your website, the featured images are configured as 300x300px

    About the floating images, you can enter the style definition below through the menu option: “Appearance > Customize > Additional CSS”:

    
    .cpm-content *{display:block !important; float:none !important;}
    

    Best regards.

    Thread Starter asmany

    (@asmany)

    Hello @codepeople,
    Thank you for all!
    asmany

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bubble resize’ is closed to new replies.