We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Full width mobile and pagination bug Reply To: Full width mobile and pagination bug

#10187
Tom
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.