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

css_framework='boostrap3' or css_framework=''bootsrap4' or css_framework='bootstrap' and bs_version=4 not working #107

Open
Viraaj-A opened this issue Jan 19, 2023 · 2 comments

Comments

@Viraaj-A
Copy link

Viraaj-A commented Jan 19, 2023

No matter what combination of the following I try, the pagination links are still horizontal:

css_framework='boostrap3' / 'boostrap3_3' / 'boostrap4'
bs_version = 3 / 4  

pagination = Pagination(css_framework='bootstrap3', page=page, per_page=per_page, total=len(ecli_list))

Do I have to do something else then simply pass the bootstrap parameter into the pagination function?

@lixxu
Copy link
Owner

lixxu commented Jan 24, 2023

do you have a typo error: boostrap?

@Viraaj-A
Copy link
Author

Viraaj-A commented Feb 6, 2023

No, sorry I made the typo error in the above but not in the code. You can see the other examples do not have a typo error.

I was able to get around the issue by a combination of both setting the css_framework='bootstrap3' and then manually changing the relevant list elements in the CSS file.

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