Pagination In The Template is Not Adaptive - Question | JoomShaper

Pagination In The Template is Not Adaptive

Dmitry Goncharov

Dmitry Goncharov

Helix Framework 3 years ago
1
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #3000

Hello Dmitry Goncharov

Thanks for reporting this. For now, you can use Custom CSS based on the screen size.

//bases on responsive breakpoint
.pagination-wrapper .pagination {
    flex-wrap: wrap;
}
.pagination-wrapper {
    flex-direction: column;
    align-items: flex-start;
}
.pagination-counter {
    margin-top: 15px;
}

Best regards

0