Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More space needed when using custom columns with Bootstrap - amateur fix #432

Closed
horus68 opened this issue May 23, 2019 · 2 comments
Closed

Comments

@horus68
Copy link
Contributor

horus68 commented May 23, 2019

I use 5 custom columns in Calibre. With COPS (latest version form git) and using the Bootstrap template

See the buttons over the custom columns text:
bootstrap_01

As a dirty fix I added 5 extra breaks into the template so it works for me when using 3 formats in the same book.
In \templates\bootstrap\main.html , line 47

from

            {{~}}
            <div class="text-center bottomright">

to

            {{~}}
            <br /><br /><br /><br /><br />
            <div class="text-center bottomright">

so now I have some room:
bootstrap_03

But there must be a better way, right?

@seblucas
Copy link
Owner

let me know if that works for you

@horus68
Copy link
Contributor Author

horus68 commented Jun 19, 2019

working fine, thanks!

bootstrapfix_filler

dunxd pushed a commit to dunxd/mikespub-cops that referenced this issue Sep 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants