Okay
  Public Ticket #2469346
WooCommerce Pagination
Closed

Comments

  • thepixelmason started the conversation

    Is it possible to set the pagination to appear below the products? Or better yet, above and below the products? Seems kind of odd to make the user scroll back up to get to the next page of products. 

  •  8,884
    Tahir replied

    Hey Again,

    - Your Child Theme Custom Css is reversing the Column Order therefore the pagination went on top .

    -Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .woocommerce nav.woocommerce-pagination {
        order: -1;
    }

    Thanks


    ThemeNectar Support Team