More Separation Between search table and pagination

More Separation Between search table and pagination

mlopez_espolmlopez_espol Posts: 3Questions: 0Answers: 0

It is possible to make a separation between the table, the search and pagination? Since I find that are close together.

Replies

  • allanallan Posts: 63,075Questions: 1Answers: 10,384 Site admin

    Sure - just use CSS to change the margin and / or padding. Check your browser's developer tools to see what it currently is, and what is defining its current separation.

    Allan

  • mlopez_espolmlopez_espol Posts: 3Questions: 0Answers: 0

    Thanks, I'll check

  • mlopez_espolmlopez_espol Posts: 3Questions: 0Answers: 0

    .dataTables_scroll {
    margin-bottom: 2em;
    margin-top: 2em;
    }

    This work good, thanks!.

This discussion has been closed.