Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1300408

    I would like to center the pagination numbers instead of left. Is this possible?

    #1300598

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.