Last active
June 9, 2021 15:09
-
-
Save ChrisCree/4c0f82411b8f1f53e646 to your computer and use it in GitHub Desktop.
Add Previous/Next navigation links to individual AgentPress Listings in the Genesis theme framework.
This file contains hidden or 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
.listing-nav { | |
width: 50%; | |
} | |
.listing-nav.previous { | |
float: left; | |
text-align: left; | |
} | |
.listing-nav.next { | |
float: right; | |
text-align: right; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment