Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1249929

    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

    #1250305

    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

    #1250570

    Tx Nikko ! You can close the issue

    #1250591

    Hi newki75,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center product grid pagination figures’ is closed to new replies.