I would like to center the pagination numbers instead of left. Is this possible?
Hey argusnet,
Thank you for your patience and the link to your page, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#main .template-blog .single-big .pagination {
padding: 0;
display: flex;
justify-content: center;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike