• Resolved igabc

    (@igabc)


    I’d like to know how to move the pagination buttons right after the article/page content.

    As you can see in the screenshot, the JetPack sharing links are above the pagination links.

    SCREENSHOT

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Styled Themes

    (@gejay)

    Hi,
    The link you have send is now working it is redirecting us to 404 page not found. But if you are trying the page navigation to align in right then copy and paste this css code in your child theme style.css.

    .nav-links {
    float: right;
    text-align: right;
    }

    It will also in pure and simple main theme style.css. But when you update the theme it will be override.

    Thanks

    Thread Starter igabc

    (@igabc)

    Sorry for the link.

    CORRECT LINK TO SCREENSHOT

    THe problem is not the alignment, it’s the position.
    thanks!

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    We are really sorry to inform you that for this issue, you need to edit the theme core file, so you can edit the theme core file with the help of child theme.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to move pagination above sharing links’ is closed to new replies.