ลิงก์แสดงหน้าใน pagination ของ Mundana theme ล้น

ให้เพิ่ม custom css

.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 20px 0;
    list-style: none;
}

.pagination .page-item {
    margin: 0;
}

.pagination .page-link {
    display: block;
    padding: 8px 14px;
    min-width: 40px;
    text-align: center;
    border-radius: 6px;
    white-space: nowrap;
}

.pagination .disabled .page-link {
    opacity: 0.7;
}

.pagination .active .page-link {
    font-weight: bold;
}

Previous Post