Conversation
supporthi, I like your plugin, it works great, but at my mobile device it cuts off page numbers when they reach right side screen border. It should put those unreachable numbers at second row if it is responsive, am I right? https://photobucket.com/u/zdensax/p/76f28153-9275-4d24-9294-86c0e9f regards This topic was modified 3 years, 3 months ago by Saxman . This topic was modified 3 years, 3 months ago by Saxman . The page I need help with: [ log in to see the link]
It may need some additional CSS to accomplish that. Can you provide a link to the page that is using the plugin?
link added to first post regards
If your theme options has a place for custom CSS, add this code: .wp-paginate { display: flex; flex-wrap: wrap; } Then clear any caches running on the site and then your browser cache.
works great 馃槈 thank you
thank you for the fast solution
It may need some additional CSS to accomplish that. Can you provide a link to the page that is using the plugin?
link added to first post regards
If your theme options has a place for custom CSS, add this code: .wp-paginate { display: flex; flex-wrap: wrap; } Then clear any caches running on the site and then your browser cache.
works great 馃槈 thank you
thank you for the fast solution