Site logo

Archived topic

caption aligned vertically on the featured image

1 reply · Started by Jonathan on November 29, 2022

Viewing posts 1–2 of 2

Hi Jonathan,

Try adding this CSS:

p.wp-caption-text.thumb-caption-text {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-90%) rotate(270deg);
    transform-origin: bottom right;
    background: hsla(0,0%,100%,.35);
    padding: 10px;
    opacity: 1;
}
This archived topic is closed to new replies.