Change Pagination vertical margin
See original GitHub issueHi, I’m working with version 3.7.2
.
How can I change Pagination vertical margin/padding? I tried setting values to containerStyle, dotContainerStyle and dotStyle… but nothing changes.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Change Pagination vertical margin · Issue #362 - GitHub
Hi, I'm working with version 3.7.2 . How can I change Pagination vertical margin/padding? I tried setting values to containerStyle, ...
Read more >How to give margin top in datatable pagination? - css
If you want to move the pagination controls down slightly, you can use the DataTables dom option to place the controls in a...
Read more >Margins and Pagination | crea-lit - Projects at Harvard
To achieve 1 1/2 inch top margin you can do the following: Place the cursor at the top of the page; Select the...
Read more >Margins Around Pagination Block - Customize with code
blog-post · margin ... I am trying make the pagination container be the same width as the ... Add the following to Design...
Read more >Pagination - CSS: Cascading Style Sheets - MDN Web Docs
Typically, the pagination component will be centered horizontally underneath the content.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m surprised that changing
containerStyle
didn’t have any effect for you in the first place because I’ve just tested the following and it works as expected:Or maybe you’ve indeed tried with
paddingTop
andpaddingBottom
, but not withpaddingVertical
😉You got it. I tried with
paddingTop
andpaddingBottom
but I didn’t find thepaddingVertical
reference. I also found an interestingmarginHorizontal
to apply ondotContainerStyle
. Thanks