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

pagination align vertically #467

Closed
ENGR-MANSOOR opened this issue Feb 13, 2023 · 2 comments
Closed

pagination align vertically #467

ENGR-MANSOOR opened this issue Feb 13, 2023 · 2 comments

Comments

@ENGR-MANSOOR
Copy link

I have used this module and the default module is vertically aligned and no css changing affecting it, so please can you explain how to make it horizontally or check this issue

@cmayer153
Copy link

Try giving the ReactPaginate component a classname. Then in your .css file, add
display: flex;
flex-direction: row;

Those attributes are used in the demo js file, and it worked for me when I added them

@MonsieurV
Copy link
Collaborator

@cmayer153 is right.

Add a className to the component and then CSS accordingly to your needs.

See https://github.com/AdeleD/react-paginate/tree/theme/theme/basic

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

3 participants