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
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