The Divi Theme features a post navigation module that allows you to include links to your previous and next posts.
By default, the previous link is displayed on the left and the next link on the right. However, if you want to change their positions, you can apply the following CSS code:
.et_pb_posts_nav .nav-previous { float: right; }
.et_pb_posts_nav .nav-next { float: left; }
.et_pb_posts_nav .meta-nav { display: none; }
.et_pb_posts_nav .nav-next a:before { content: ‘← ‘; }
.et_pb_posts_nav .nav-previous a:after { content: ‘ →’; }
Pro Tip: How to Add CSS Code Snippets to the Divi Theme
Well, that’s it!





0 Comments