Hmmm... I can't seem to get the pagination to show up on my site that uses the Big_Picture theme. Is there a setting to show/hide this feature on blog posts? Ideally, I would like both pagination + Previous/Next arrows underneath blog posts and main blog page, the way it appears on the Big_PIcture demo.

Running the latest theme, the latest Vertex, and the latest Wordpress.

Thanks in advance for any direction you can give me.

Jeff

    Hi jeffj,
    You can add the following code to the Customize > Additional Css.

    .pagination .pull-right {display: block;}
    .pagination a, .pagination span {color: #242424;}
      5 days later

      dominic

      Thank you, Dominic! Pagination now appears, which is great. And I was able play with code to enhance the design.

      Really appreciate your help.

      One remaining question... how do I create padding/margin underneath the "START - PREVIOUS 1 - 2 - 3 - 4 - 5 NEXT - END" block? I tried to add margin-bottom and padding-bottom, but my widgets underneath this block are still overlapping with the pagination now.

      jeff

      @dominic

      Hi Dominic,

      No worries. I think I figured out the bottom margin problem by adding a new line to the custom CSS:
      .pagination {margin-bottom: 50px;}

      Thanks again so much!

      jeff

      Write a Reply...
      You need to Login to view replies.