- This topic has 2 replies, 2 voices, and was last updated 11 years, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Length of Page and Pagination Display
Hi,
My example page is [http://booksbypam.com/jewelry-making-tools/].
I would like the pagination at the bottom of the page to be more obvious. It gets bit hidden on my page full of pictures.
Can you tell me how to make it larger?
OR
I would also like to be able to change the length of the page – more per page, or infinite…probably infinite scroll would just solve it all for me. This would make each landing page easy to create without having to design each page to fit nicely.
Using Remix.
Pam
Hi Pam, You can make the pagination links bigger using CSS. Simply add the following CSS code to the eStore’s custom CSS file (wp_eStore_custom_style.css) which will make the pagination links bigger:
.pagination_page {
padding: 10px;
}
You can also control how many products you want to display per page by specifying the number in the eStore settings menu. Go to eStore settings and look at the “Products Per Page Limit” field. Increase that number to suit your needs.
Thank you very much!