View
 

How to move the category pagination in Ecwid from bottom to top

Page history last edited by Eugene 11 months ago

Please apply this CSS code:

 

 div.ecwid-pager {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
}
div.ecwid-productBrowser-category {
    padding-top: 2em;
    position: relative;
}