OK, the theme did have a lot of padding at the top and bottom of content.
.tippy_body p {
margin-bottom: -37px;
margin-top: -36px;
line-height:1.4em;
}
Did the trick.
Hi Chris, yes, using the built-in one in Chrome has been a great help for a newbie like me.
I’ll have to increase the dwell time of the popup because when it fades I lose the ability to inspect the associated code lines.
Thanks Chris, yes, I’m using header=”off” shortcode. The screenshot I linked to above does show the big white space above and below the text.
.tippy_body {
padding: 0;
}
Unfortunately, that didn’t do a thing to the white spacing.
I’m using the Enfold theme, and I think there are some theme-framework overrides kicking in. Apparently the Avia framework is quite aggressive when it comes to styling control.
(btw, the links to your homepage from within the plugin settings and other Google searches are coming up with a 404.)