Hi — when adding an inline image with a caption, such as the headshots on this page:
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.
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
Yes, thanks, with adjustments to the margin values that works for me.
Hi,
Let us know if you have any other questions or issues :)
Best regards,
John Torvik