Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello,
I am having an issue in which the SiteOrgin editor widget adds extra space around image captions.
Previously, this was not an problem. Can anyone help with a fix?
Here is an example:
http://ohiotoday.org/winter-2017/spreading-health…gh-collaboration/ Edit
Thank you for your time,
Sarah
Hi Mcdowels,
This appears to be due to the “Automatically add paragraphs” setting being selected. I understand why you wouldn’t want to disable it just for this specific instance so instead, I’ll provide a CSS workaround for this.
If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
.entry-content .wp-caption p { margin: 0;}You might also need to install the SiteOrigin CSS Editor.
Thanks you Alex!