• Resolved meganlavengood

    (@meganlavengood)


    Hi! What’s going on with the alignment here? I want the bibliography text aligned with everything else. It happens on all bibliographies too, not just this one.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Katie

    (@kseaborn)

    I believe this is a theme issue. The theme adds margins to your paragraph tags rather than the post div as normal. But Zotpress uses a div tag rather than a paragraph tag, so no margins are applied to it. I would recommend that rather than the paragraph tags, the post div (which contains all post content) should have margins.

    Thread Starter meganlavengood

    (@meganlavengood)

    ok. Thanks for pointing this out—I was able to fix it with a little CSS:

    div.zp-Zotpress {
        margin: auto;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘left align on twenty twenty theme’ is closed to new replies.