Hello,
I had a similar problem with an Ambient template where the page navigation at the bottom of the blog list was jumbled and you provide me with a code to fix the issue by installing it in the root/templates/ambient/css/custom.css.
In the outdoor life template, that exact path doesn't exist, however there is an override option, but I'm not sure where to add it.
Is the same code you would provide to correct the issue?
.com-content-categorynavigation .com-content-categorycounter.counter{
text-align: center;
padding-top: 30px;
}
.com-content-category.category-list .pagination__wrapper ul {
display: flex;
justify-content: center;
gap: 12px;
padding: 0;
}
.com-content-category.category-list .pagination__wrapper li {
list-style-type: none;
}
And where would I install it?
Thank you.