Skip to content

Instantly share code, notes, and snippets.

@genee19
Created March 25, 2011 10:54
Show Gist options
  • Save genee19/886685 to your computer and use it in GitHub Desktop.
Save genee19/886685 to your computer and use it in GitHub Desktop.
The way to move the category pagination in Ecwid from bottom to top. This is to be applied into your Ecwid custom CSS theme.
div.ecwid-pager {
position: absolute;
top: 0;
width: 100%;
margin: 0;
}
div.ecwid-productBrowser-category {
padding-top: 2em;
position: relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment