Hello,
I’d like to center the pagination figures which is on the left under my products grid element.
I also would like to add a small image before the 1 and after the 2 (beginning / end) but i’ve tried this and it doesn’t work, which is the class I should use?
.pagination .pagination-meta span::before {
content: url(//chaudun.com/wp-content/uploads/2017/11/lozenge.png);
padding-right: 25px;
}
Page : https://chaudun.com/e-boutique/
Tx a lot guys
Marine
Hey newki75,
Please try to add this CSS code in Quick CSS, located in Enfold > General Styling:
#top .pagination-slider .pagination {
text-align: center;
}
#top .pagination-slider .pagination .current,
#top .pagination-slider .pagination a {
float: none;
display: inline-block;
}
Best regards,
Nikko
Tx Nikko ! You can close the issue
Hi newki75,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko