[Resolved] vertical caption align with picture.

Home Forums Support [Resolved] vertical caption align with picture.

Home Forums Support vertical caption align with picture.

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • #1378146
    David
    Staff
    Customer Support

    Glad to be of help

    #1378155
    Boris

    Thanks, it is solved *****

    #1470963
    Boris

    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?

    #1471741
    David
    Staff
    Customer Support

    Hi there,

    what would you have it do on Mobile ?
    Do you want it aligned horizontally instead?

    #1472018
    Boris

    Hello David,

    Thank you for your reply and your support!
    Attached the example page.
    Do you know what I mean?

    Best regards,
    Boris

    #1472173
    Elvin
    Staff
    Customer Support

    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;
    }
    }
    #1472534
    Boris

    Hi Elvin and Team,

    This solved it!

    Thank you so much.
    Best regards,
    Boris

    #1472788
    Elvin
    Staff
    Customer Support

    Nice one. No problem. 🙂

Viewing 8 posts - 16 through 23 (of 23 total)
  • You must be logged in to reply to this topic.