Support reply may delay for 3 weeks due to corona virus outbreak, please send us email to support@pickplugins.com
Ticket for: Post Grid
0
lulu
Hi, I'm using post grid. When I tried to insert the short code into my wordpress bold builder's text element, the pagination displayed vertically that means each page number is in a single line. They supposed to be in one line.
2 Subscribers


Submit Answer
1 Answers
Best Answer
0

Welcome to our forum.
This is probably pagination item injected by <br>
tags that make the pagination vertical.
Please add following CSS to fix this issue.
.pagination br { display: none; }
Let me know the result.
Regards
It did work. Thanks a lot!