Can I move where the page break buttons show up

  • Unknown's avatar

    I have used the page break facility for the first time today.,. the pages separated well and the number 1 – 4 are visible. I was just wondering, is there a way to get them to show up before the advert, share and related post section?? I am finding people are asking where to go (not scrolling past the share buttons.. thanks very much Sharon
    http://wp.me/p3O6YT-s8

    The blog I need help with is: (visible only to logged in users)

  • Where the pagination buttons are shown (below or above the like button) depends on the theme you’re using. Their position, however, can only be adjusted using CSS, and that requires Premium plan.

    The following CSS code will move the pagination buttons above the like/share section. It’s specific to the post you linked to:

    .single .page-links {
      position: relative;
      bottom: 340px;
    }

    Publication theme will display pagination buttons above the Like area.

  • Unknown's avatar

    thank you very much :)

  • The topic ‘Can I move where the page break buttons show up’ is closed to new replies.