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

    Hi — when adding an inline image with a caption, such as the headshots on this page:

    http://yls.green/about

    how can I remove the border box around the image and caption (no border) AND increase the amount of space (left and right only) between the image and the text?

    I would be happy if the images could appear the way the four at the very bottom of this page do — the ones inserted using the Avia Builder image element plus a caption in a text box.

    Thanks.

    The password to login past the “Hide This Site” plugin is below.

    #768472

    Hey PtboRelic,

    You can add this to quick css:

    #top .wp-caption.alignright {
        margin: 20px 20px 20px 20px;
        border: none !important;
    }

    Let me know if this works for you.

    Best regards,
    Jordan Shannon

    #768556

    Yes, thanks, with adjustments to the margin values that works for me.

    #768561

    Hi,

    Let us know if you have any other questions or issues :)

    Best regards,
    John Torvik

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