Trouble with Pagination Rendering

Viewing 5 posts - 1 through 5 (of 5 total)
#60532

Drew Brown
Member

Hello, I’m using the category short code, and the pagination is rendering strangely, please see attached screen shot. Any information would be greatly appreciated! Thanks in advance.

Drew

#60586

Shahjada
Keymaster

Seems like a conflict with your theme css or another active plugin css. It can be fixed by adding some css, please give me your URL to suggest your required css changes.

#60856

Drew Brown
Member

Thanks for the help Shaon.

You can view the staging site, and page where i am rendering the category list at this url https://mnnavhda.weimhaus.com/newsletters/

Sorry for the slow response, I didn’t get the follow-up email for some reason. I’ll look to see if it ended up in my spam some how.

Thanks again,

Drew

#60908

Shahriar
Moderator

Add following css at the bottom of your theme’s style.css file. That should fix the issue.

.w3eden .pagination::before, .w3eden .pagination::after { background-color: transparent; }

.w3eden .pagination .next::before { content: none; }

.w3eden .pagination .prev, .w3eden .pagination .next { height: auto; width: auto; }

#60925

Drew Brown
Member

Thanks for the help! Looks great now!

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Trouble with Pagination Rendering’ is closed to new replies.