I've two popovers on the same page, I have changed the width of a popover by
.popover {
min-width: 80%;
}
But for the first opover I want a width of 80% and for other I need 20% width. Is it possible?
I've two popovers on the same page, I have changed the width of a popover by
.popover {
min-width: 80%;
}
But for the first opover I want a width of 80% and for other I need 20% width. Is it possible?
This is a tricky subject, but it has been answered here. I don't ever mess with dynamically adding popovers, so I can't feign to know how these work.