Tagged: x
-
AuthorPosts
-
March 28, 2016 at 10:06 am #855169
When on mobile my pagination Page Numbers drop down… Is there a way to stop this from happening please?
March 28, 2016 at 12:05 pm #855316Hello There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
March 28, 2016 at 12:11 pm #855323This reply has been marked as private.March 28, 2016 at 3:58 pm #855610Hi there,
Please try this code:
@media (max-width: 430px) { .x-pagination span, .x-pagination a { width: 28px; height: 28px; font-size: 12px; margin: 0 .15em; } }
Hope this helps.
March 28, 2016 at 4:29 pm #855652On a 5.5 inch screen this works only up until clicking on the 7th page and after.
On a smaller mobile device it did not work.
March 28, 2016 at 4:34 pm #855663is there a way to just show 4 page numbers then the dots then three numbers all the time like in the image below…
March 28, 2016 at 5:06 pm #855705OK I managed to find a solution…
I edited the pagination.php:
‘end_size’ => 2,
‘mid_size’ => 1March 28, 2016 at 10:17 pm #856036Happy to hear that. Feel free to ask us again. Have a great day! 🙂
-
AuthorPosts