bobblehat
Forum Replies Created
-
Forum: Plugins
In reply to: [Zotpress] Display of CollectionHi Katie,
Something very strange has happened – the original
div.csl-bib-body { padding-left: 0!important; text-indent: 0!important; }is working in my theme css. I was attempting to try the new code above but I didn’t need to…. I don’t know why it was not working before….
I have a question though, with each update of zotpress the files are overwritten so I understand that it is not a good idea to put any css in the plugin files, but does theme css get overwritten with wordpress updates? If it does do I need to keep adding this code to themecss? Is there a work around for this?
Forum: Plugins
In reply to: [Zotpress] Display of CollectionThats because I still have the code in zotpress.shortcode.css. If I take it out the padding + indent return. I have tried placing it in various places in my theme.css and it still wont work. I am quite fustrated by it.
Forum: Plugins
In reply to: [Zotpress] Display of CollectionHi Katie,
I agree, but for some reason the following code in the theme.css does not work:
div.csl-bib-body { padding-left: 0!important; text-indent: 0!important; }I am not sure why. I’ll keep trying…..
Forum: Plugins
In reply to: [Zotpress] Display of CollectionHi Alchymyth,
You are a genius!
I put the css code you suggested in my theme css and it didn’t work. So I tried putting it in zotpress.shortcode.css and it worked! I guess I am going to have to keep adding it everytime there is a new version of zotpress but it is only 1 line of code I can live with that.Thanks again.