• Resolved Peaceful Chimp

    (@peacefulchimp)


    Hello team!
    I have an issue with Pagination Align.
    Even I put center or right, it stays on left.
    I would like to center the block but I don’t find.
    In advance thanks,
    Manuel

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support andrewsupport

    (@andrewsupport)

    Hi,

    We visited your site page and find that your pagination is located in the parent element
    “generate-columns-container” where your styles are applied. That is why the styles of pagination are ignored.

    Thread Starter Peaceful Chimp

    (@peacefulchimp)

    Hi,
    and what is the solution?

    Plugin Support andrewsupport

    (@andrewsupport)

    Hi,

    You can try to change the location of the pagination block with the CSS code:

    
    .pgntn-page-pagination-block {
      margin: 0 auto;
    }
    
    Thread Starter Peaceful Chimp

    (@peacefulchimp)

    Thanks but nothing change. I let the code.

    Plugin Support andrewsupport

    (@andrewsupport)

    Hi,

    please try to use the CSS code on the parent class pgntn-page-pagination pgntn-bottom

    Plugin Support andrewsupport

    (@andrewsupport)

    Hi,

    Since there is no reply from you, we consider this topic as resolved. We hope you’ve found the solution. Have a nice day.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Pagination Align’ is closed to new replies.