Site logo

Archived topic

Align Center the pagination on Homepage

1 reply · Started by 24xstudio on December 2, 2019

Viewing posts 1–2 of 2

Hey,

I want to align center the pagination on all the devices and also the pagination is cluttered when we open it on the iPhone using the inspect element (https://prnt.sc/q4x2em).

Please check and help :)

Hi there,

change this CSS:

#nav-below {
    padding-left:0;
}

to:

#nav-below {
    text-align: center;
}
This archived topic is closed to new replies.