Is it possible to slightly widen the Popup window displayed in Panorama folders?
Posted: 26 Dec 2022, 17:59
Hello, Karl,
A few months ago, you gave me the Custom CSS code to widen the Popup for regular image folders:This has been working great, and although you warned me that using the above might cause the popups to not display correctly/optimally on mobile devices, I am not concerned about that, as I tailor my X3 sites for regular-computers only :sunglasses:.
My question at this time is, for Panorama folders containing Panorama images, am I also able to slightly widen the Popup window (when users click on the Panorama Titles in the top-left corner)?
I don't know (until I try it) if doing so would affect the map that is displayed, but I'm willing to give it a try.
The above Custom CSS code that you gave me a few months ago for regular image folders, I put it in my site's Settings | Custom | Custom CSS.
For this Custom CSS code that I am inquiring about here for 1 specific Panorama folder, I would place this Custom CSS code in the 1 specific folder that I wish to widen the popup width, under Manage | Settings | Page | Advanced | Page CSS.
Thank you in advance.
Regards,
John
A few months ago, you gave me the Custom CSS code to widen the Popup for regular image folders:
Code
/* Increases width of popup (descriptions) */
.pswp__caption__center {
max-width: 1000px;
}My question at this time is, for Panorama folders containing Panorama images, am I also able to slightly widen the Popup window (when users click on the Panorama Titles in the top-left corner)?
I don't know (until I try it) if doing so would affect the map that is displayed, but I'm willing to give it a try.
The above Custom CSS code that you gave me a few months ago for regular image folders, I put it in my site's Settings | Custom | Custom CSS.
For this Custom CSS code that I am inquiring about here for 1 specific Panorama folder, I would place this Custom CSS code in the 1 specific folder that I wish to widen the popup width, under Manage | Settings | Page | Advanced | Page CSS.
Thank you in advance.
Regards,
John