Archived topic
Problem with pagination styles
3 replies · Started by CRISTOBAL on October 4, 2017
Hi Tom!
I am using GeneratePress premium with WP Show Post, but there are not fitting well.
please look at https://cristobalmz.es/arraez/noticias/ you will see what I mean. I thought pagination would be horizontal, not this way, where can I adjust this?
Thanks
It actually looks like a conflict with WPSP inside a SiteOrigin widget.
You can fix it like this:
.wpsp-load-more br {
display: none;
}
Wow, you are the best, great support.
Any posibilities to arrange it between you two for future releases? Can you avoid it?
Or it should be arranged by them?
Thanks again for your great support, marvelous.
Just looks like they're using wpautop, which is applying to the shortcode. Not sure there's much either of us can do about that. Luckily it's a super easy CSS fix :)