• Resolved kimballjw419

    (@kimballjw419)


    I also have this issue. I’m using IEEE style on the Twenty Sixteen theme. The default 1em width isn’t wide enough. I added this custom CSS:

    .csl-left-margin {
    width: 4em !important;
    }

    It does not seem to have any effect whatsoever. Suggestions?

    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)

    There’s a higher-level statement that comes with Zotpress, such as with:

    div.zp-List .csl-left-margin {
    width: 4em !important;
    }

    You have to overwrite this. I would also overwrite this so it matches up:

    div.zp-List .csl-right-inline {
    margin-left: 4.25em !important;
    }

    Thread Starter kimballjw419

    (@kimballjw419)

    Perfect, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Left margin too small’ is closed to new replies.