Viewing 5 replies - 1 through 5 (of 5 total)
  • I am encountering the same issue with WordPress 4.3.1 and ZotPress 6.0.3:

    https://pgrainsforafrica.psm.msu.edu/full-bibliography/

    Plugin Author Katie

    (@kseaborn)

    Pressbook is added paragraph tags that are pushing the new inner div down. Can you try adding this to your CSS file:

    .zp-Zotpress p {
    display: none;
    }

    Thread Starter jackdougherty

    (@jackdougherty)

    Katie – thanks for your quick reply. I will try your suggestion this weekend and will report back (and if it works, as I suspect, will mark as resolved).

    Thread Starter jackdougherty

    (@jackdougherty)

    Katie – your CSS solution works like a charm. Many thanks!

    I was having a similar issue, but that insert to the CSS sheet wasn’t working. So I changed the “p” to “br” to see if WP was inserting a break rather than a paragraph tag and that fixed it. Thanks!

    .zp-Zotpress br {
    display: none;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘large gap between Zotpress 6 shortcode and bib in Pressbooks’ is closed to new replies.