Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1316404

    Hello,

    how do i remove this ?
    i try some css modification but it did not work as expected

    please see the private content link
    the gif should be normal size and not 100% full width

    Thank you

    #1316524

    Hi Jon,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .wp-caption img {
        width: auto;
    }

    Best regards,
    Nikko

    #1316538

    yeah it works
    but it is not working for the caption.

    Is there a way to target those ?

    Thank you

    #1316773

    Hi,

    Please try this CSS as well:

    #top .wp-caption {
        max-width: fit-content;
        display: inline-block;
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.