Hi,
I’ve checked it before and seems like there is a small bug, the `.post__entry` class has set the overflow property to hidden what means that any overflow will be hidden within the boundaries of the container.
Just add, via the CSS Custom Tool, the following rule:
.post__entry {
overflow: unset;
}
--
Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!