Created
March 25, 2011 10:54
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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