• hello, I’d like to move the “older posts” and pages numers above widgets on mobile version of my website.

    on mobile version of my website I have blog posts, underneath there are categories and tags, and under that there are “older posts” and pages numbers.

    is there a way to move pages number and “older posts” above categories and tags? in a way that when someone scrolls down and blog posts finish, they can straight away see and click on “older posts”?

    thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter dobregastro

    (@dobregastro)

    I found a solution myself ?? if someone else needs it, I’m sharing it here: I simply removed the sitebar with the widgets on the mobile version of my website. To do so, I inserted this code in custom CSS:

    @media (max-width: 767px) {
    .right { display: none; }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘move “older posts” above widgets (on mobile)’ is closed to new replies.