• Resolved florfioren

    (@florfioren)


    Hello!

    I have the pagination on the top of the page and I want to put in the bottom too (or only in the bottom). How can I solved?

    Thanks!

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

Viewing 1 replies (of 1 total)
  • Hi, florfioren

    Thanks for contacting us!

    To do this, Go to Appearance >> Customize >> Additional CSS and add the given below custom CSS code:

    .navigation.pagination { 
        position:absolute !important;
        bottom: -50px;
        top: auto; 
        left:0;
        right:0;
    }
    @media (max-width:600px) {
    .navigation.pagination {
       bottom: -30px;
    }}

    I hope it will work for you.

    Thanks
    Rishabh

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