Ideally I would prefer each album to open into a modal, but can not figure out how to size the image into the column proper as a toggle for modal…
Hello @wowflak,
Please be advised that popover set to display on top should display right on top of the image. When you add a top margin, off it will come down which will eventually cover the image. This would likely be no longer a popup on top. What I can recommend is to set a minimum width of your popover instead.
You can use this css code:
.popover.top {
min-width: 550px;
margin-top: -10px;
}
And you’ll have this:
Hope this would help.
thanks that is a good idea.
You’re welcome!
Thanks for updating this thread.
If you need anything else we can help you with, don’t hesitate to open another thread.
Regards.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.