[Support request] Align Center the pagination on Homepage

Home Forums Support [Support request] Align Center the pagination on Homepage

Home Forums Support Align Center the pagination on Homepage

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1089010
    24xstudio

    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 🙂

    #1089300
    David
    Staff
    Customer Support

    Hi there,

    change this CSS:

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

    to:

    #nav-below {
        text-align: center;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.