pagination in center of grid

Ticket for: Combo Blocks
0
pagination in center of grid 1
Jakub Mikołajuk
Aug 18, 2019 07:51 PM 1 Answers
Member Since Jul 2019
Subscribed Subscribe Not subscribe
Flag(0)

Hi, i've got a pagination in my post grid but it is on the left side of the grid. I would like to center it. How can i do it? There is no option to change this

2 Subscribers
pagination in center of grid 1
pagination in center of grid 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
pagination in center of grid 4
PickPlugins
Aug 18, 2019
Flag(0)

Welcome to our forum.

I noticed there is no option to do that, by default pagination item should display at the center.

although, you could use the following CSS to make pagination items on center.

.post-grid .paginate {
    text-align: center;
}

Let me know the result.

Regards

pagination in center of grid 5
Jakub Mikołajuk
- Aug 23, 2019 08:16 PM
Flag (0)
0

ok, you've made a mistake.

not "text-align: center:" but "justify-content: center"

pagination in center of grid 5
Jakub Mikołajuk
- Aug 23, 2019 04:13 PM
Flag (0)
0

Hi, i've put this CSS to my theme.css file, to my custom code in the plugin and in the theme's custom CSS fields in the theme's options.

Nothing works :/

Sign in to Reply
Replying as Submit