Archived topic
vertical caption align with picture.
22 replies · Started by Boris on July 26, 2020
Glad to be of help
Thanks, it is solved *****
Hello everyone,
I am back with this issue, because I can’t find a way to make a vertical caption look the same on a featured-image as on a normal image.
On a single normal picture it looks perfect, but on a featured image on a smartphone it looks too long.
Can you help?
Hi there,
what would you have it do on Mobile ?
Do you want it aligned horizontally instead?
Hello David,
Thank you for your reply and your support!
Attached the example page.
Do you know what I mean?
Best regards,
Boris
Hi,
You can try adding this css code.
@media(max-width:768px){
div.wp-caption.thumb-caption {
height: 100% !important;
margin-bottom: 0 !important;
bottom: auto !important;
top: 0 !important;
}
}
Hi Elvin and Team,
This solved it!
Thank you so much.
Best regards,
Boris
Nice one. No problem. :)