Home › Forums › Pro Support › Full width mobile and pagination bug › Reply To: Full width mobile and pagination bug
July 5, 2019 at 5:50 pm
#10187
Keymaster
Hi there,
1. Give this a shot:
@media (max-width: 768px) {
.wpsp-overlay {
margin-left: -30px !important;
margin-right: -30px !important;
}
}
2. Pagination only works when there is only one list on the page, unfortunately.