Skip Navigation

[Closed] Pagination ellipsis needs extra css to keep it in position

This support ticket is created 3 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 3 years, 2 months ago.

Assisted by: Luo Yang.

Author
Posts
#1902979
Screen Shot 2021-01-12 at 9.58.30 AM.jpg
Screen Shot 2021-01-12 at 9.58.16 AM.jpg

I am trying to:
Just using a view with products in Toolset WooCommerce and the pagination ellipsis was WAY too high on the line. (See before and after CSS screenshots)

Solution:
Use CSS to target the ellipsis and move it down

span.wpv_page_ellipsis {
position:relative;
    top:20px;
}

Shouldn't have to do this with the pagination block though. (Using latest Toolset Blocks and WooCommerce Blocks with GeneratePress theme and latest WordPress 5.6)

Please check it out and see if it can be fixed so others don't have to use css on it. Thanks, have a great day.

#1903519
shop.JPG

Hello,

I have tried it in my localhost with a fresh WP installation + The latest version of Toolset plugins + Woocommerce plugin + eneratePress theme.
It works fine, see my screenshot shop.JPG

Please provide detail steps to reproduce the same problem in a fresh WP installation, thanks

The topic ‘[Closed] Pagination ellipsis needs extra css to keep it in position’ is closed to new replies.